Hello,
I need to query the last record in a table in a web database. I cannot figure out a solution to this.
tbl_Employees
EmpID
EmpName
EmpPhone....
tbl_update
updateID
EmpID "applies to"
EmpID "approver"
NewInfo
qry_LatestUpdate
UpdateID
EmpName (applies to)
EmpName (approver)
The query should show the last record for each employee, so if we have 50 employees there might be 300 records in tbl_Update, but only 50 show in qry_LatestUpdate.
Thanks.
I need to query the last record in a table in a web database. I cannot figure out a solution to this.
tbl_Employees
EmpID
EmpName
EmpPhone....
tbl_update
updateID
EmpID "applies to"
EmpID "approver"
NewInfo
qry_LatestUpdate
UpdateID
EmpName (applies to)
EmpName (approver)
The query should show the last record for each employee, so if we have 50 employees there might be 300 records in tbl_Update, but only 50 show in qry_LatestUpdate.
Thanks.