Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb Pin
magesr20-Sep-11 7:11
magesr20-Sep-11 7:11 
AnswerRe: vb Pin
Luc Pattyn20-Sep-11 7:41
sitebuilderLuc Pattyn20-Sep-11 7:41 
AnswerRe: vb Pin
Dalek Dave25-Sep-11 21:50
professionalDalek Dave25-Sep-11 21:50 
QuestionFilter between two dates Pin
Lek Plepi20-Sep-11 1:37
Lek Plepi20-Sep-11 1:37 
AnswerRe: Filter between two dates Pin
Wayne Gaylard20-Sep-11 2:38
professionalWayne Gaylard20-Sep-11 2:38 
GeneralRe: Filter between two dates Pin
Lek Plepi20-Sep-11 3:31
Lek Plepi20-Sep-11 3:31 
GeneralRe: Filter between two dates Pin
Wayne Gaylard20-Sep-11 3:45
professionalWayne Gaylard20-Sep-11 3:45 
AnswerRe: Filter between two dates Pin
DaveAuld20-Sep-11 3:59
professionalDaveAuld20-Sep-11 3:59 
In addition to the standard Where operation already provided above, I think you can also use the BETWEEN operator with Access;

Select something From theTable Where theDate Between date1 And date2
Dave
Find Me On: Web|Facebook|Twitter|LinkedIn

Folding Stats: Team CodeProject


GeneralRe: Filter between two dates Pin
Lek Plepi20-Sep-11 4:12
Lek Plepi20-Sep-11 4:12 
AnswerRe: Filter between two dates Pin
Eddy Vluggen20-Sep-11 6:28
professionalEddy Vluggen20-Sep-11 6:28 
GeneralRe: Filter between two dates Pin
Lek Plepi20-Sep-11 20:58
Lek Plepi20-Sep-11 20:58 
AnswerRe: Filter between two dates Pin
Luc Pattyn20-Sep-11 4:57
sitebuilderLuc Pattyn20-Sep-11 4:57 
GeneralRe: Filter between two dates Pin
DaveAuld20-Sep-11 5:16
professionalDaveAuld20-Sep-11 5:16 
GeneralRe: Filter between two dates Pin
Lek Plepi20-Sep-11 21:03
Lek Plepi20-Sep-11 21:03 
GeneralRe: Filter between two dates Pin
DaveAuld20-Sep-11 21:23
professionalDaveAuld20-Sep-11 21:23 
GeneralRe: Filter between two dates Pin
Lek Plepi21-Sep-11 0:06
Lek Plepi21-Sep-11 0:06 
GeneralRe: Filter between two dates Pin
DaveAuld21-Sep-11 0:27
professionalDaveAuld21-Sep-11 0:27 
GeneralRe: Filter between two dates Pin
Lek Plepi21-Sep-11 0:30
Lek Plepi21-Sep-11 0:30 
GeneralRe: Filter between two dates Pin
DaveAuld21-Sep-11 0:37
professionalDaveAuld21-Sep-11 0:37 
GeneralRe: Filter between two dates Pin
Lek Plepi21-Sep-11 0:38
Lek Plepi21-Sep-11 0:38 
GeneralRe: Filter between two dates Pin
DaveAuld21-Sep-11 0:42
professionalDaveAuld21-Sep-11 0:42 
QuestionWhich event to connect to? Pin
Sonhospa19-Sep-11 21:21
Sonhospa19-Sep-11 21:21 
AnswerRe: Which event to connect to? Pin
DaveAuld20-Sep-11 0:00
professionalDaveAuld20-Sep-11 0:00 
GeneralRe: Which event to connect to? Pin
Sonhospa21-Sep-11 0:52
Sonhospa21-Sep-11 0:52 
AnswerRe: Which event to connect to? Pin
tosch20-Sep-11 4:35
tosch20-Sep-11 4:35 

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.