Are you saying that the query that the form is based on is using the criteria?
Hmm im not sure what you mean but yes the query(tblCableCardQuery) has the criteria in it under CableInstaller field.
The form(ViewCableCardForum) has the combo box(combo29), the combo box gets its data from a table(tblEmployees). when the combo box selects a name, the ID number of the employee stays in the combo box, i then want the criteria box in CableInstaller Field which is in the query(tblCableCardQuery) to have the value of whatever is in combo box(combo29). The query when opened will then only show cables that have been installed by whatever person has been selected in the combo box... because if i just put in number 4 into the criteria field it will only show cables installed by dave smith who is employee number 4 ie he has ID=4
Im not sure exactly what you mean?
The query(tblCableCardQuery) in design view has: field, table, sort, show, Criteria, Or
Under the CableInstallerField, i am puting
[Forms]![ViewCableCardForm]![Combo29]
into the criteria box.
I dont see why by puting this in it doesnt take the value from the combo box.
Because if i type in any employees number it will only show cables that that specific employee has installed.