ive attached a picture of my form, what's currently happening is that when i select the right combo_box value it changes the values in the left combo box accordingly, this is what i want, however this changes the values for ALL left combo_boxes in all records, i want it to only change for the specific record i'm currently editing.
this is the code for updating the left combo_box values :
Private Sub ride_combo_AfterUpdate()
Me.maint_combo.Requery
End Sub
thanks for your help :)