Re: Display Null Values - Please Help
- From: "Susan K" <skennedy39@xxxxxxxxxxx>
- Date: 31 Mar 2006 09:18:04 -0800
Dennis,
First, Access will always display Null fields in a query if they are
there. However, if what you are after is to display records from a
table that is linked to a second table but has records that do not
match, that is an outer join. To create an outer join in Access, you
click on the line in the query window and right-click the line to get
to the link properties and select that you would want to see all the
records from the cim customer table and any records from the region or
group table that match.
Going back to your example, you have several issues going on. Based on
the way you set up the tables, I would think you were planning on using
the Region and Group tables as lookups. But in the CIM Customer table
you are using the Region Name and Group Name fields instead of the
Group ID and Region ID fields. You would usually have the id fields in
the parent table, link them to the lookup tables, and then use the
outer joins in the query to allow you to show the name if it is there
and a blank or null if not.
Susan Kennedy
.
- Follow-Ups:
- Re: Display Null Values - Please Help
- From: dennis . joseph
- Re: Display Null Values - Please Help
- References:
- Display Null Values - Please Help
- From: dennis . joseph
- Display Null Values - Please Help
- Prev by Date: Display Null Values - Please Help
- Next by Date: Re: Display Null Values - Please Help
- Previous by thread: Display Null Values - Please Help
- Next by thread: Re: Display Null Values - Please Help
- Index(es):
Relevant Pages
|