G
Guest
Hello experts,
This should be simple but it's driving me crazy!
I have a Tickets table one of it's field is [Date] it works as a time stamp
it's formated to (Long date)
I also have a form with a command button that stamps the time:
me.date=now()
Now in a query I only want to show records that matches today's date only
date() but I always get no records. I think its a problem with Time because
when I enter today's date manually it appears in the query!
What should I do? can I perform formatting with command button? or what
should I do?
Thanks,
This should be simple but it's driving me crazy!
I have a Tickets table one of it's field is [Date] it works as a time stamp
it's formated to (Long date)
I also have a form with a command button that stamps the time:
me.date=now()
Now in a query I only want to show records that matches today's date only
date() but I always get no records. I think its a problem with Time because
when I enter today's date manually it appears in the query!
What should I do? can I perform formatting with command button? or what
should I do?
Thanks,