S
Sasha
I have a query which joins 4 queries together.
Each query runs by iteself just fine.
I retested the main query each time I added another link.
When I added the fourth link, I suddenly get the
error "Invalid use of Null."
I can't figure out WHAT Access is saying is null.
I tried typing a procedure to open the query as a
recordset and print, one record at a time, in the
immediate window hoping I could find the problem that way.
no luck, it couldn't even open the recordset.
The joins are on one field only, and none of the tables
show any null values in that field.
I am doing an outer join from one query to the other three
but i've never gotten this error from that before.
Any ideas?
thanks,
Sasha
Each query runs by iteself just fine.
I retested the main query each time I added another link.
When I added the fourth link, I suddenly get the
error "Invalid use of Null."
I can't figure out WHAT Access is saying is null.
I tried typing a procedure to open the query as a
recordset and print, one record at a time, in the
immediate window hoping I could find the problem that way.
no luck, it couldn't even open the recordset.
The joins are on one field only, and none of the tables
show any null values in that field.
I am doing an outer join from one query to the other three
but i've never gotten this error from that before.
Any ideas?
thanks,
Sasha