Create a new table with this fields:
Id - Autonumber
User - String 20 (normally any name simple to registry)
Pssw - String 20 (normally between 4 and 10, but 20 it's ok too)
DatIn - Date (dd/mm/YYYY)
DatInTime - Date (HH:MM:SS)
DatOut - Date (dd/mm/YYYY)
DatOutTime - Date (HH:MM:SS)
On your form for StartUp application put in On Open event a procedure to
write a new registry on this table and retrieve the ID
On your form for StartUp (if maintain the same during all application, else
use the button click to close application) write editing the ID registry the
DatOut and TimeOut.
You only could be problems if any machine have time or date out of sync over
the rest, but use some procedure on the startup to adjust time and date of
the pc.
--
Saludos desde Oviedo (Asturias)
Juan Menéndez
Mastercafe S.L.
www.mastercafe.com
(e-mail address removed)
Si la información recibido te ha servido indicalo con otro post.
En caso de resolverlo por otros medios, indica la solución usada
ayudaras a otros y aprenderemos todos.