August 24, 200619 yr Greetings, Is it possible to insert the current system time into a field via a "click" if not a click is ther a key stroke that could do the same function? What I am attempting to do is have a project start and end time field...while working on the db the user can click the start time and then proceed to add data etc. and when they are finished they click to add the end time. I would guess (newbie guess) that a script could be added to a button to add the time to a field? Thanks, Jim
August 24, 200619 yr - Create a button on your layout - Right Click the button and select Specify Button on the context menu that appears - Select Set Field in the Specify Button Window - Target field = Project::StartTime - calculation = Get(CurrentTime)
Create an account or sign in to comment