Hi Bruce,
yes the handcode accesses the employee file by unique code, gets details, and includes in log as they log in , and makes them EMP:LoggedIn = 1
When logging out access again and makes them EMP:Loggedin = 0
Access:Employees.Update()
Following the C10 posting I have changed to
Access:Employees.TryUpdate()
Im fetching the Employee by login code on a unique key
All works well here but....
Thanks,
Richard