Logout

  • Thread starter Thread starter stelios
  • Start date Start date
S

stelios

hi all,
i have a logon form and a table where i insert via sql data such as who
loged in, the time etc. I want to insert onclose of the database the the
time the user loged out! Any idea?

thanks, ST
 
You could have a form that is opened and hidden on startup. In the unload
event of this form insert the information to your table.
 
Back
Top