Codes

  • Thread starter Thread starter Naresh Nichani MVP
  • Start date Start date
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
 
I need a code so my form (query based)picks up one client
or all, choosen from a combo box, Is there an event
procedure code that picks this up or macro.Is it in the
AfterUpdate part? Sorry if this sounds a bit vague. I
have just started.

Any assistance is greatly appreciated.
Yours AB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top