how can I put vb code in msaccess

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Pls tell me how can I put vb code in msaccess. can I put multiple separate
code for multiple function?
 
From the Form Design window, go to View > Code. Now you can enter code for
your form, and all the associated objects.

A more organized way, and an easier way, is to allow Access to do some of
the syntaxing for you. Right-click the object, and choose Properties. Then
go to the Events tab. Select the event you wish to modify, click the down
arrow and choose Event Procedure. Then click the '...'. This will take you
to the code window, already labeled for the particular event you chose.

Sharkbyte
 

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