I have a code where I get the user name from windows using the "GetUserNameA" deal. From that I want to append (or create) that to a table.... and that's where I'm getting frustrated. I can't seem to work the "CreateTableDef" command right - if that's even what I should be using.
My final goal is to keep track of who is using my db and for how long without a login box. So I was going to have a code that keeps track of who opened the db and when, and also when they closed it. From that I could calculate what I want. If you can think of a better way of doing that, I'm all ears
Thanks in advance
Apoena Becker
My final goal is to keep track of who is using my db and for how long without a login box. So I was going to have a code that keeps track of who opened the db and when, and also when they closed it. From that I could calculate what I want. If you can think of a better way of doing that, I'm all ears
Thanks in advance
Apoena Becker