Joins on NULL Date values

A

Andy

I have some queries whereby I need to join two tables based on two date
fields that are in both queries. Sometimes date 1 or date 2 will have NULL
values, but I still need to perform the join accurately which doesn't work.

I cannot amend the values in the table to a default date (#01/01/1000#) as
it comes from a SQL process that cannot be ammended. Any thoughts? 1:1 join.

Ta
 
D

Douglas J. Steele

Have you tried it? You may find that its performance is still acceptable.
 

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

Similar Threads


Top