I am trying to create a time stamped activity list as a subform in my access database.
Basically I have a table named tblTime with the following fields:
Timestamp
Location
Notes
ID
Location is linked to a list containing the values:
Start
Assigned to User
Sent to Client
Close
I've created a Form called frmTime that contains
Txt box: Timestamp
Combo Box: Location
Txt box: Notes
Button: New Record
However, instead of having the button, I would like to be able to simply click on one of the options in the combo box and have the timestamp appear and also create a new record in tblTime with the Location value that was selected in the combo box.
I can set the timestamp to appear when an option is selected in the combo box, but this does not create a new record in the table - it simply changes the timestamp in the active Location record
I can make the form go to a new record when I select an option in the combobox and assign a timestamp, however this creates a new record without an option being selected in the combo box, and it changes the Location value of the previous record.
Access gurus of the universe.. please help me.. I've been trying to resolve this for days to no avail. Any help would be greatly appreciated.