Click here to Skip to main content
16,011,702 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionEasy way of set scroll to bottom in richtext? Pin
carlos_rocha16-Dec-04 4:44
carlos_rocha16-Dec-04 4:44 
AnswerRe: Easy way of set scroll to bottom in richtext? Pin
Dave Kreskowiak16-Dec-04 4:51
mveDave Kreskowiak16-Dec-04 4:51 
GeneralRe: Easy way of set scroll to bottom in richtext? Pin
carlos_rocha16-Dec-04 23:10
carlos_rocha16-Dec-04 23:10 
GeneralRe: Easy way of set scroll to bottom in richtext? Pin
carlos_rocha16-Dec-04 23:51
carlos_rocha16-Dec-04 23:51 
Generalsearching a Date field in Access Pin
jlawren7716-Dec-04 4:10
jlawren7716-Dec-04 4:10 
GeneralRe: searching a Date field in Access Pin
Dave Kreskowiak16-Dec-04 4:45
mveDave Kreskowiak16-Dec-04 4:45 
GeneralRe: searching a Date field in Access Pin
jlawren7716-Dec-04 7:32
jlawren7716-Dec-04 7:32 
GeneralRe: searching a Date field in Access Pin
Dave Kreskowiak16-Dec-04 8:20
mveDave Kreskowiak16-Dec-04 8:20 
This is the Visual Basic Forum, not Access. If you were writing code for this, this wouldn't be a problem, but you run the risk of getting flamed for asking questions in the wrong forums.

Since Access can store dates and time in various formats in the same column, for the best results you have to search between todays date and tomorrows:
SELECT PassID FROM Users WHERE ( (Today_Date>=#12/15/2004#) AND (Today_Date<#12/16/2004#) );

This query will work regardless if the date is also stored with the time, like "12/15/2004 10:14:23 AM". If your dates are also stored with the time, then your query never would have worked, even if you got the syntax correct.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: searching a Date field in Access Pin
16-Dec-04 8:36
suss16-Dec-04 8:36 
GeneralRe: searching a Date field in Access Pin
16-Dec-04 8:54
suss16-Dec-04 8:54 
GeneralVery Urgent &quot;Please help&quot; Pin
syed saba16-Dec-04 2:09
syed saba16-Dec-04 2:09 
GeneralRe: Very Urgent "Please help" Pin
Tom John16-Dec-04 2:14
Tom John16-Dec-04 2:14 
GeneralRe: Very Urgent "Please help" Pin
syed saba16-Dec-04 2:21
syed saba16-Dec-04 2:21 
GeneralRe: Very Urgent &quot;Please help&quot; Pin
Tom John16-Dec-04 2:33
Tom John16-Dec-04 2:33 
GeneralRe: Very Urgent &quot;Please help&quot; Pin
syed saba16-Dec-04 2:46
syed saba16-Dec-04 2:46 
GeneralRe: Very Urgent &quot;Please help&quot; Pin
The Man from U.N.C.L.E.16-Dec-04 6:53
The Man from U.N.C.L.E.16-Dec-04 6:53 
GeneralCreating an new form with race results Pin
harrysk16-Dec-04 0:26
harrysk16-Dec-04 0:26 
GeneralRe: Creating an new form with race results Pin
Tom John16-Dec-04 1:54
Tom John16-Dec-04 1:54 
GeneralRe: Creating an new form with race results Pin
Dave Kreskowiak16-Dec-04 3:37
mveDave Kreskowiak16-Dec-04 3:37 
GeneralRe: Creating an new form with race results Pin
The Man from U.N.C.L.E.16-Dec-04 6:57
The Man from U.N.C.L.E.16-Dec-04 6:57 
GeneralRe: Creating an new form with race results Pin
m_hussein4-Jan-05 21:33
m_hussein4-Jan-05 21:33 
Generalminor problems with application Pin
harrysk16-Dec-04 0:22
harrysk16-Dec-04 0:22 
GeneralRe: minor problems with application Pin
Tom John16-Dec-04 1:56
Tom John16-Dec-04 1:56 
QuestionHow to list installed device drivers using VB6? Pin
pagemastah16-Dec-04 0:21
pagemastah16-Dec-04 0:21 
GeneralParsing arrays into functions as input. Pin
Alsvha15-Dec-04 22:47
Alsvha15-Dec-04 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.