Reference SetValue in AutoExec Macro

Joined
Jul 11, 2013
Messages
2
Reaction score
0
In AUTOEXEC Macro I have

Action = SetValue
Item = [UserResponse]
Expression = MsgBox("Confirm xyz",4)

next macro step

Action = RunCode Login()
CONDITION = [UserResponse]=6

How do a reference the SETVALUE sent back from the MsgBox in the CONDITION column of the RunCode Login()? 6 is Yes, 7 is No.

It has to work in both Access 2003 and Access 2010.
 

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