View Access Macro Code

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

Guest

I am trying to view the vba code behind an Access macro that I created - is
there a way to do this?

Thanks in advance for your help ....

bill morgan
 
bill_morgan said:
I am trying to view the vba code behind an Access macro that I
created - is there a way to do this?

Thanks in advance for your help ....

bill morgan

Access Macros are not "VBA in the background" like they are in Word and Excel.
However; you can select a Macro and convert it to VBA that does the same thing.
This is a good way to eliminate Macros which are really not recommended in a
serious app.
 
perfect..! thank you ...

Rick Brandt said:
Access Macros are not "VBA in the background" like they are in Word and Excel.
However; you can select a Macro and convert it to VBA that does the same thing.
This is a good way to eliminate Macros which are really not recommended in a
serious app.
 

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