N
Naresh Nichani MVP
Hi:
If you have a Combo that means you have one client selected.
Your code should check the "AfterUpdate" event of the Form. Check the name
of the ComboBox and you can read the value in code with Me.CustomerName
assuming that CustomerName is the name of your ComboBox.
Regards,
Naresh Nichani
Microsoft Access MVP
If you have a Combo that means you have one client selected.
Your code should check the "AfterUpdate" event of the Form. Check the name
of the ComboBox and you can read the value in code with Me.CustomerName
assuming that CustomerName is the name of your ComboBox.
Regards,
Naresh Nichani
Microsoft Access MVP