J
JethroUK©
I been trying to set up a form filter to find where [start date] is the same
as Start_Date (currently being displayed)
Filter = "[start date] = #" & Start_Date & "#"
but it just cant find the match - the date is date/time fields (1/7/05
11:00) - i figure it's the time part causing the problem - even tried:
Filter = "[start date] = #" & DateValue(Start_Date) & "#"
but it still cant match them
Is it possible to find date/time?
as Start_Date (currently being displayed)
Filter = "[start date] = #" & Start_Date & "#"
but it just cant find the match - the date is date/time fields (1/7/05
11:00) - i figure it's the time part causing the problem - even tried:
Filter = "[start date] = #" & DateValue(Start_Date) & "#"
but it still cant match them
Is it possible to find date/time?