Null Value in Linking Field

G

Guest

I am having trouble hooking two tables together because one of the tables can
have null values in the field that I would like to join on. Is there a way
in SQL that if a value is null that join is not exercised?
 
J

John Vinson

I am having trouble hooking two tables together because one of the tables can
have null values in the field that I would like to join on. Is there a way
in SQL that if a value is null that join is not exercised?

ummm... if a value is null, the join ISN'T execised.

Could you post the SQL of the query, and any error messages (or the
undesired outcome) that you're getting??

John W. Vinson[MVP]
 
G

Guest

John thanks for you help. I figured out a way the user could modify some
values to get around the problem we were having.

Thanks again.
 

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