View Full Version : Simple SELECT question


Steven811
11-08-2004, 04:34 AM
Hi

To display a Rep field from a linked customer table, I have used a SELECT query for the 2 linked tables. This (correctly) shows the customers where they have a rep but I wish to see the customers that don't have a rep allocated to their account also.

How do I modify the relationship or query to do this.

Steven811

Mile-O
11-08-2004, 04:42 AM
Change the JOIN between the two tables to an OUTER.

KenHigg
11-08-2004, 04:44 AM
I'm not sure I fully understand the question, but have you tried putting IsNull as a criteria in the rep fld?

kh

MStef
11-08-2004, 04:47 AM
:cool: Hello Steven811!
In the query, right click on the relationship
between two tables. Click on "Join Properties",
chose 2. (MStef alias Štef)