I have created a Table to track a Name, a project worked on, the amount completed, and the time the project began and ended.
My input Form to update the above fields allows the user to put their input their name, select their project from a drop down, and enter the amount of work done. I would like to know how I can place 2 buttons on this form which will place a date/time stamp on the current record. One button will go to a "Time Began" field, the second will go to a "Time End" field.
I have the form setup right now so that there is a time field on it which is currently hidden and this does well at placing the date/time stamp on the table automatically, but I need to make it so it will place it on the table when a button is clicked instead.
Thank you for any help
Brian
My input Form to update the above fields allows the user to put their input their name, select their project from a drop down, and enter the amount of work done. I would like to know how I can place 2 buttons on this form which will place a date/time stamp on the current record. One button will go to a "Time Began" field, the second will go to a "Time End" field.
I have the form setup right now so that there is a time field on it which is currently hidden and this does well at placing the date/time stamp on the table automatically, but I need to make it so it will place it on the table when a button is clicked instead.
Thank you for any help
Brian
Comment