Creating a user usage log

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?
 
T

tg112001

On-Click event
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top