Table [Call Log]
Control: Forms.[Call In Log]![Call1Time]
Need a VB Button that inserts the current time into the control [Call1Time]
Access Junkies Unite! Thanks in AdvanceMS Access Use Button to insert time into control?
In the PROPERTIES of the switch, under the EVENTS tab, click the ';...'; at the right end of ';ON CLICK';
Put in something like this:
Me.[Call1Time] = Time()
Me.Refresh
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment