View Single Post
  #1  
Old May 27th, 2010, 09:55 PM posted to microsoft.public.access.queries
Andy
external usenet poster
 
Posts: 941
Default Joins on NULL Date values

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