Combo box query

D

Delboy

Hi All

I have a form on which there is a combo box which selects info from 4
columns in a query and distributes it to three other field
automatically. This is working fine except I want the query to use the
current job number as a defining attribute in the combo box list, to
limit the list of items. I'm sure i need to give more details, but if
theres a quick answer i'm open to it.

Cheers
Derek
 
K

Klatuu

Filter the combo on the value in the Job Number control and requery the combo
in the form's current event.
 
Top