G
Guest
I have a macro set up to update information from a server. How can I show on
the switchboard when the macro was last run?
the switchboard when the macro was last run?
MikeJohnB said:In the Action Column window of the macro builder type or select:
SetVale
There are two options pop up at the bottom of the screen,
Item
Expression
Use the build event to select the switchboard and the unbound Textbox you
have made.
In the Expression window (lower window) type =Date()
As demonstrated below
Action Column = SetValue
Item Window
[Forms]![Switchboard]![Event_Date]
Expression Window
=Date()
I hope this helps, let me know
--
An Engineers Prayer:
At the very end of the day, when all else fails, you''ve tried all and asked
everyone you know,
read the instruction manual.
John V said:I have the unbound text box created but am unsure how to "SETVALUE" using the
expression builder in the macro to show the date
John V said:I have it working to a point now, the only problem is that it is returning a
date of Saturday December 3th, 1899
MikeJohnB said:In the Action Column window of the macro builder type or select:
SetVale
There are two options pop up at the bottom of the screen,
Item
Expression
Use the build event to select the switchboard and the unbound Textbox you
have made.
In the Expression window (lower window) type =Date()
As demonstrated below
Action Column = SetValue
Item Window
[Forms]![Switchboard]![Event_Date]
Expression Window
=Date()
I hope this helps, let me know
--
An Engineers Prayer:
At the very end of the day, when all else fails, you''ve tried all and asked
everyone you know,
read the instruction manual.
John V said:I have the unbound text box created but am unsure how to "SETVALUE" using the
expression builder in the macro to show the date
:
Create an unbound text box on the switchboard form and add an action in the
macro to SET VALUE of the object.
:
I have a macro set up to update information from a server. How can I show on
the switchboard when the macro was last run?