C
Chrissy
I give up! I need help. I am trying to learn this
program as an amateur.
My form is based on personnel. I want the user to select
a location, via the combo box, and retrieve only those
records of employees that work the location the user
selects.
I used the wizard and chose the third option. Since my
locations are located in a table not included in the
query for the form, I changed my row source to the table
with the locations.
SELECT [qry90Locations].[Location] FROM [qry90Locations]
Since I want to return only the records for the employees
working the selected location, I think I am missing a
WHERE component. I have tried several variations to no
avail.
My combo box is named [cboLocations] and [Location] is
the field name as stored in the form's source table.
Any takers?
Thanks -- I hope.
program as an amateur.
My form is based on personnel. I want the user to select
a location, via the combo box, and retrieve only those
records of employees that work the location the user
selects.
I used the wizard and chose the third option. Since my
locations are located in a table not included in the
query for the form, I changed my row source to the table
with the locations.
SELECT [qry90Locations].[Location] FROM [qry90Locations]
Since I want to return only the records for the employees
working the selected location, I think I am missing a
WHERE component. I have tried several variations to no
avail.
My combo box is named [cboLocations] and [Location] is
the field name as stored in the form's source table.
Any takers?
Thanks -- I hope.