How to Edit the Macro that exists behind an existing Command Butto

T

TP9999

Hi There,

Hoping someone can help me out ...

I have inherited the task of managing an Access 2007 application.

Within this application I have an Access 2007 form that has a Command
Button. I'm not sure how this Command Button was created (Macro, Query,
etc.) but I do know what it does. I would like to edit the Query/Macro this
Command Button executes. I'd rather not edit the VBA coding as I am a VBA
Beginner.

Can you pleae let me know how I can edit the Command Button's Query/Macro.

Thank you,

Jason
 
D

Dorian

A command button can run a macro or a VB event procedure. If it runs an event
procedure, you cannot modify it via a macro.
Go into design view on the form, right click the button and choose 'build
event'.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
 
T

TP9999

Hi Dorian,

Thanks for the info. After analyzing the code it states that it opens a
Form. Can you suggest a good Access 2007 book that teaches all aspects of
Access 2007 in a clea, ordered, and concise manner. And includes VBA coding
for Access 2007.

Thanks,

Jason
 

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

Top