Hi,
I have a maintenance form displayed as a continuous form(mutiple records display at once). In each record there are 2 combo boxes, one for the equipment type, and one for the inventory item. When the user selects an equipment type, the inventory combo box should display only those items that are of that equipment type.
I have coded my program so that the inventory combo box selects the correct data when you change the equipment type, but the problem is EVERY record's inventory combo box changes as well.
Is there a way to modify only the record that has the focus????? Or is there another way to do this that could avoid this problem altogether?
Thanx in advance!
I have a maintenance form displayed as a continuous form(mutiple records display at once). In each record there are 2 combo boxes, one for the equipment type, and one for the inventory item. When the user selects an equipment type, the inventory combo box should display only those items that are of that equipment type.
I have coded my program so that the inventory combo box selects the correct data when you change the equipment type, but the problem is EVERY record's inventory combo box changes as well.
Is there a way to modify only the record that has the focus????? Or is there another way to do this that could avoid this problem altogether?
Thanx in advance!