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.
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.