Help with query that matches dates

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I have 2 tables that I want to query. Both have dates that I want to join.

The problem is one table has just a date and the second table has date and
time. As a result there is no match.

Is there a function that strips the time or will convert the field to just a
date?

Both tables are using these fields as a date.

Thanks
 
In VBA or Macro or Field property try:
Format(me.date,"Short Date")

Madhouse
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top