G
Guest
I have two tables with database logins:
tblEmployees: tblLogIn:
---------------- -----------
lngEmpID ----------- lngEmpID
strEmpName Date
strEmpPassword Time
strAccess ID (auto num.)
strGroup
How to find last strEmpName from table tblLogIn?
Last name is where is last ID number.
Thanks!
tblEmployees: tblLogIn:
---------------- -----------
lngEmpID ----------- lngEmpID
strEmpName Date
strEmpPassword Time
strAccess ID (auto num.)
strGroup
How to find last strEmpName from table tblLogIn?
Last name is where is last ID number.
Thanks!