D
Don
I am having an issue with a microsoft access query.
I am trying to attempt the following.
I have a table with a field that shows the Date and time in the same
field. Format is as follows
08/31/2006 5:25 PM
I am trying to produce a query that will prompt me for a date.
The query needs to produce the following results.
Input Value - Date = 3/31/2006
Results need to be all data between 3/31/2006 6:00am to 4/1/2006
6:00am
basically my query is this
Howerver, this command is too complex for access.
I hope someone can help me with this.
Don
I am trying to attempt the following.
I have a table with a field that shows the Date and time in the same
field. Format is as follows
08/31/2006 5:25 PM
I am trying to produce a query that will prompt me for a date.
The query needs to produce the following results.
Input Value - Date = 3/31/2006
Results need to be all data between 3/31/2006 6:00am to 4/1/2006
6:00am
basically my query is this
[form.datetxt] & 6:00:00 AM and <[form.datetxt]+2 & 6:00:00 AM
Howerver, this command is too complex for access.
I hope someone can help me with this.
Don