Your desired object is not clear. Please repost with more detail. Maybe a
table structure or two as well.
There are several Functions dedicated to working with dates:
DateAdd
DateDiff
Date
etc...

Signature
Steve Clark, Access MVP
http://www.fmsinc.com/consulting
*FREE* Access Tips: http://www.fmsinc.com/free/tips.html
>I have a date field with proper a criteria statement to give me the dates I
> want. I also need however the time in hours as well. If I start at
[quoted text clipped - 13 lines]
> to the Date field that would read the ending date and the ending time?
> Thanks.
Kou Vang - 10 Nov 2005 18:51 GMT
Ok...so far I got this in my query:
Column 1
Field: Date
Criteria:
>=Dlookup("[BegDAte]","[BegEnd;")and<=Dlookup("[EndDate]","[BegEnd]")
Or: Dlookup("[EndDate]","[BegEnd]")
Colum 2
Field: Time
Criteria: Dlookup("[BegTime]","[BegEnd]")
Or: ?
I know I need something else to reference that end hour(EndTime). Any idea?
[MVP] S.Clark - 14 Nov 2005 19:14 GMT
This is a disaster. There are far too many syntax errors to even save the
query.
Also, naming field with Time and Date is not recommended.
> Ok...so far I got this in my query:
>
[quoted text clipped - 13 lines]
> I know I need something else to reference that end hour(EndTime). Any
> idea?