Tony, thank you for your reply and for providing the links to the videos. I was able to solve the issue.
In the vba of the form I've added the following code:
Private Sub Form_Current()
Me.ComboCountry = Me.ComboProduct.Column(3)
Me.ComboCustomer = Me.ComboProduct.Column(4)...
[SOLVED] Default value with manual override in case of NULL
Dear all,
I've searched through the forum to find a solution for my problem, but I didn't find an answer yet. So that is why I created a new thread.
I have a single form with several drop combo boxes. My question is about 4 of the...