I have created a form which contains a pair of synchronized combo boxes, to allow the user to select first an Engineer Type, then an Engineer Name from a filter list of engineer type.
The method I have used to create this form works correctly, if the form is a parent form. (I used this method Sync Combo Boxes )
The problem occurs when i try to use this form as a sub form, inside another parent form. As soon as i open the parent form i get the following warning
QUOTE
Enter Parameter Value
Forms!Engineer Upgrade Session!Engineer Type ID
Forms!Engineer Upgrade Session!Engineer Type ID
And the form does not work as intended. Am I using completely the wrong method to get my Forms to do what i want?