D
David
I have a table to track ID's and Passwords. User's will check them out. I
have the same table storing all records. When user checks in an ID, i will
modify the status to "HISTORY", populate the checkin date.
In a continuous form, I have a command button on each record to check in
that particular record.
I would like a SQL statement that will insert a record in my table, and copy
the field "Login" and the field "Password" to the new record.
Table Name: tbl_Logins
Field Name: Login, Password
Continuous Form: frm_Login_Open
Any assistance you can provide would be greatly appreciated.
have the same table storing all records. When user checks in an ID, i will
modify the status to "HISTORY", populate the checkin date.
In a continuous form, I have a command button on each record to check in
that particular record.
I would like a SQL statement that will insert a record in my table, and copy
the field "Login" and the field "Password" to the new record.
Table Name: tbl_Logins
Field Name: Login, Password
Continuous Form: frm_Login_Open
Any assistance you can provide would be greatly appreciated.