Datathumper
Technical User
Here is the issue.
I have a subform on a form with two combo boxes. The first box (drawing), should filter the second combo box (weld) when a value is selected. In order to refresh the second box value when the first is selected, I used afterupdate..me.weld.requery.
This works until I get to the second record and try the same filtering. Once a drawing is selected, it wipes out the weld values of the previous records in the current form. Any suggestions on how I may be messing up?
Thanks in advance.
I have a subform on a form with two combo boxes. The first box (drawing), should filter the second combo box (weld) when a value is selected. In order to refresh the second box value when the first is selected, I used afterupdate..me.weld.requery.
This works until I get to the second record and try the same filtering. Once a drawing is selected, it wipes out the weld values of the previous records in the current form. Any suggestions on how I may be messing up?
Thanks in advance.