I have a function: fOSUserName
This grabs the current user name. I want to store that username in a table along with the date, so I know immediately, who is in the database incase I have to have them log out. And when they log out, the table should be updated with the date and time of logging out as well.
I'm not that good with writing "SQL" code for appends in VBA, so i was going to start with a query. Obviously it would have to be an append query, but how would I call that function: fOSUserName to the query or how would you recommend going about this?
thanks.
This grabs the current user name. I want to store that username in a table along with the date, so I know immediately, who is in the database incase I have to have them log out. And when they log out, the table should be updated with the date and time of logging out as well.
I'm not that good with writing "SQL" code for appends in VBA, so i was going to start with a query. Obviously it would have to be an append query, but how would I call that function: fOSUserName to the query or how would you recommend going about this?
thanks.