|
-
Jun 13th, 2006, 09:42 AM
#1
Thread Starter
Member
[RESOLVED] Access Date searching using VB6 & SQL
I have a list of product serial numbers and the dates the numbers were issued in an access database. I am querying from a VB program which lets the users pick a start and end date to assign the relevant serial numbers within that date range to a recordset.
I can a list for a specific date using SQL = "SELECT * From Serial WHERE Date LIKE " & "'" & FirstDate & "'"
Set rsFirst = cnn1.Execute(SQL, , adCmdText)
But can anyone tell me how to populate a recordsetwith dates in a range of say June 3rd to june 24th?
Thank you.
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
|