G
Guest
I have a main Access 2000 application and about 3-4 times a month it gets
corrupted and I have to get everyone out and repair it.
Problem is knowing who is in. So, I created a separate log database and put
it on the server. I am starting code to take the NT Login Name and place it
in a new record in the log database, in a particular tablename, plus the
login date, time separate field.
I have the basics for a connection and an rst, but also need the Jet
provider, which I cannot find in help, and the correct syntax to point to the
log database, the table, and then I need to assign the fields
..fields("loginname"), etc.
Can you help with the jet syntax, pointing to the (non current) mdb, and
identifying the table?
Thanks.
mdm
corrupted and I have to get everyone out and repair it.
Problem is knowing who is in. So, I created a separate log database and put
it on the server. I am starting code to take the NT Login Name and place it
in a new record in the log database, in a particular tablename, plus the
login date, time separate field.
I have the basics for a connection and an rst, but also need the Jet
provider, which I cannot find in help, and the correct syntax to point to the
log database, the table, and then I need to assign the fields
..fields("loginname"), etc.
Can you help with the jet syntax, pointing to the (non current) mdb, and
identifying the table?
Thanks.
mdm