Hello All,
Does anyone know how to make this work? I'm trying to create a custom button that when the user click the current time will be captured into a text box (next to the button). So far I try the following code, but it didn't work;
Dim pTheControls
Set pTheControls = ThisEvent.Object.Controls
Set pTheControls("txtStart").Value = FormatDateTime(Now, 3)
I placed this code under onclick event of the button (btnstart). Can someone point me to the right direction please?
Thanks,
Eddie
[ATTACH=CONFIG]13941[/ATTACH]