G
Guest
Hi,
I have a form that displays a summary line for each record in a table, users
can click on a command button to expand the summary (which opens a form
detailing the record)
The form is based upon a query as the form is only for viewing records and
not updating/changing or adding new records. The query shows every records
which is how it should work, however I want the form to only display records
where the first field is unique.
I.E A Room table containing room records - SiteID (Auto), SiteName (Text)
and RoomName (Text)
There can be many Rooms for one particular Site so the Site field contains
duplicate entries.
I want the form based on qrySite (based on the table above) to only display
Unique SiteNames.
Help anyone?
I have a form that displays a summary line for each record in a table, users
can click on a command button to expand the summary (which opens a form
detailing the record)
The form is based upon a query as the form is only for viewing records and
not updating/changing or adding new records. The query shows every records
which is how it should work, however I want the form to only display records
where the first field is unique.
I.E A Room table containing room records - SiteID (Auto), SiteName (Text)
and RoomName (Text)
There can be many Rooms for one particular Site so the Site field contains
duplicate entries.
I want the form based on qrySite (based on the table above) to only display
Unique SiteNames.
Help anyone?