Preventing Step Running In Access 2010 Macro ?

The Brown Growler

Registered User.
Local time
Today, 14:22
Joined
May 24, 2008
Messages
85
Hi,

Can anyone please advise me how I prevent a step from running in an access 2010 macro?

I used to place a value of "False" in the conditions column to block that step from running but this has all changed in access 2010.


Rgds
Growlos
 
Hi TBG,

I think you place a ' in front of the line of code you want to ignore.
This should cause that step to bypass.

Cheers
 
Hi TBG,

I think you place a ' in front of the line of code you want to ignore.
This should cause that step to bypass.

Cheers

The macro is not in visual basic and is not represented on screen as code.
 
Oh, sorry! I thought my response seemed a little simple.
I will leave it to one of the experts next time.

Good luck!
 
Just a suggestion, why not consider moving your Macro to VBA? and do the same? Macros have several limitations that VBA can handle.. Converting Macro to VB code is very simple and there is a built in Command that will do it for you...
 
Just a suggestion, why not consider moving your Macro to VBA? and do the same? Macros have several limitations that VBA can handle.. Converting Macro to VB code is very simple and there is a built in Command that will do it for you...

Personal choice.
 

Users who are viewing this thread

Back
Top Bottom