Hi
Not sure which bit you do not understand
It would be easier to have one combo, with a option group to determine order of cobo list, you would change this in the after update event of the option group
In outline
for FacilityId - combo has rowsource "SELECT FacilityId, FacilityDesc FROM Yourtable ORDER BY FacilityId;", and column widths 1;5 cm
for Description - Combo has rowsource "SELECT FacilityId, FacilityDesc FROM Yourtable ORDER BY FacilityDesc;", and column widths 0;5 cm
remember to requery the combo after you update the properties
second form has recordsource based on query with form1 combo box a criteria, so you are always looking for a FacilityId, even if user chooses by description
Does that explain?
Regards
Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now -
UK