|
-
Nov 9th, 2006, 06:05 PM
#1
Thread Starter
New Member
Date query with VB6 and ACCESS 2003
Hello,
I use VB6 and MS ACCESS2003. I would like to run a query that find records between 2 date. The date are entered through textbox control with format set to date (dd/MM/yyyy). I don't find the correct syntax to run that query. My code looks like :
"(StartDate >= DateValue(txtStartDate.Txt) AND EndDate <= DateValue(txtEndDate.Text))"
Any Idea ????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|