same day events

BasiaT

New member
Local time
Today, 20:08
Joined
Oct 12, 2012
Messages
2
Hi,
I have dates in two separate columns:
column A all in format dd/mm/yyyy hh/mm/ss
column B data entered just as dd/mm/yyyy.
I want to find events happening on the same day. How can I make Access to disregard all data on hh/mm/ss?

Many thanks
 
Hello BasiaT, Welcome to AWF.. :)

Have you looked at DateValue function?
 
Many thanks for the hints. I'll be trying to get rid of hh/mm/ss.

Answering jdraw: I didn't collect this data. I was given it to analyse.

Many thanks again
 
If the data is really a copy of some data, you could add a new field to the table a Date/Time field with ShortDate as the default format.
Then you can do your queries using this field, with no concerns for the hh:nn:ss.

When I get data for analysis, I usually copy the database to a machine for analysis and then leave the original database in tact. I would create queries or fields etc as necessary to facilitate the processing.
 
I would expect this is an import issue from a database that provides HH:MM:SS. I run into this all the time. It's easy to do in Excel using the Year(); Month(); and Day() functions.
 

Users who are viewing this thread

Back
Top Bottom