Having had a look at another thread under forms, I figure this could help me out with my problem.
I want a form to have just 2 fields (ID Number & Rec Time).
In the database I was looking at, posted at
http://www.access-programmers.co.uk/forums/showthread.php?t=134084
&highlight=insert+time&page=2
In the Student Mgmt database (zip file attached) the tick box, when checked inserts the current date into the Converted Date field.
What I would like is to have a text box that I can enter the ID Number and when I press enter for it to automatically insert the current time into the Rec Time field.
I tried adjusting the Student Mgmt database, removing the unwanted fields, adding a text box and altering the code in the after update section of Converted date to allow it to display time. I managed to get it to insert the correct current time, but it filled all the ID Number records with the same information.
Could anybody please help me out with this dilemma, and possibly direct me as to where I am going wrong, or even build the seemingly simple 2 field form for me.
I want a form to have just 2 fields (ID Number & Rec Time).
In the database I was looking at, posted at
http://www.access-programmers.co.uk/forums/showthread.php?t=134084
&highlight=insert+time&page=2
In the Student Mgmt database (zip file attached) the tick box, when checked inserts the current date into the Converted Date field.
What I would like is to have a text box that I can enter the ID Number and when I press enter for it to automatically insert the current time into the Rec Time field.
I tried adjusting the Student Mgmt database, removing the unwanted fields, adding a text box and altering the code in the after update section of Converted date to allow it to display time. I managed to get it to insert the correct current time, but it filled all the ID Number records with the same information.
Could anybody please help me out with this dilemma, and possibly direct me as to where I am going wrong, or even build the seemingly simple 2 field form for me.