I have a number of combo-boxes on a form to give the user the possibility of selecting a number of relevant documents/specs and storing them in the fields e.g. RelevantSpec-01, RelevantSpec-02 and so on.
These combo-boxes are linked to a TABLE but is there a way to add code to the boxes to allow for a different table or list to be displayed depending on customer in customer field?
The code behind the combo-box is at present...
Private Sub Combo108_BeforeUpdate(Cancel As Integer)
End Sub
Or perhaps there is another way to select relevant specs for different customers and placing them in fields.
Any help much appreciated.
PALman
These combo-boxes are linked to a TABLE but is there a way to add code to the boxes to allow for a different table or list to be displayed depending on customer in customer field?
The code behind the combo-box is at present...
Private Sub Combo108_BeforeUpdate(Cancel As Integer)
End Sub
Or perhaps there is another way to select relevant specs for different customers and placing them in fields.
Any help much appreciated.
PALman