Ive decided that I will have to use WinCron to schedule a script to run on the server which isnt what I wanted to do but seems the only way to do it.
Now I have to work on the logic to get this done. Any Ideas?
In my database I have a login field and a logout field and they are both date time and allowed null. Meaning when somebody logs in the date/time goes into that fiel and the logout field is null. Then the next record for that person should have a null for login and the date/time for the logout.
I know this is kind of sloppy database design...
As it is now I imagine I would have to query the database and match up login and logouts but it seems like there has to be a better way to do this.
Any Ideas?
TIA,
FRANK