I've run into a problem joining with dates. I'm linking an Access table with a linked SQLServer table in Access. I have a date in each table that looks like: 10/10/2000 12:15:25PM.
The join works if I put the following in the criteria field:
format([table1].[startdate],"mm/dd/yyyy"=format([table2].[startdate],"mm/dd/yyyy"
I've even tried creating an Access table from the SQLServer table, but the join still has been working only with the format date criteria above.
Any other suggestions? The query seems to be taking forever and I suspect it's because of the format criteria.
Thanks for any ideas.
Ken
The join works if I put the following in the criteria field:
format([table1].[startdate],"mm/dd/yyyy"=format([table2].[startdate],"mm/dd/yyyy"
I've even tried creating an Access table from the SQLServer table, but the join still has been working only with the format date criteria above.
Any other suggestions? The query seems to be taking forever and I suspect it's because of the format criteria.
Thanks for any ideas.
Ken