Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Null

Status
Not open for further replies.

BF

Programmer
Feb 13, 2000
10
CA
I've created a query that selects names from a table if the name ID is equel to another field. In those cases where the critera does not match I get a Null which then keeps my query from showing any data at all. What can I put in the &quot;grid&quot; under the &quot;criteria&quot; label that will allow my data to show regardless if I have a Null or not? <p>BF<br><a href=mailto:g43@tc3net.com>g43@tc3net.com</a><br><a href= > </a><br>
 
BF<br>
Use, ie.:<br>
[name ID] = [mytable].[otherfield] or Is Null<br>
<br>
This will show names that match the other field and names that are null<br>
--Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top