Search results

  1. M

    Default value with manual override in case of NULL

    hi Tony, I've just subscribed to your Youtube channel. Your MS Access (combo box) videos are really helpful! Thanks again! Regards, Marc
  2. M

    Default value with manual override in case of NULL

    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)...
  3. M

    New

    Thanks Tony!
  4. M

    Default value with manual override in case of NULL

    [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...
  5. M

    New

    Hi all, I'm new to this forum. Created an account, because I hope you can help me with a vba question I have :) Marc
Back
Top Bottom