T
tg112001
I'd like to use the Get Login name function as detailed here:
http://www.mvps.org/access/api/api0008.htm
On the form, there is a ComboBox (Combo1) and Command Button. The user
selects a text value from Combo1 and then clicks the command button.
What I need is to have the form create a recordset consisting of these 3
fields:
CurrentTime (or timestamp)
Network User ID
combo1.value
Then with the recordset, append the line to a table in another .mdb
Can someone help with the VBA on this?
http://www.mvps.org/access/api/api0008.htm
On the form, there is a ComboBox (Combo1) and Command Button. The user
selects a text value from Combo1 and then clicks the command button.
What I need is to have the form create a recordset consisting of these 3
fields:
CurrentTime (or timestamp)
Network User ID
combo1.value
Then with the recordset, append the line to a table in another .mdb
Can someone help with the VBA on this?