Hi guys,
Can some one please tell me why this dont work.
I am trying to get some data from the table to check before update or save as new
Dim bankRs As DAO.Recordset
Dim employeeRS, emptypeRS, rst As DAO.Recordset
Dim xemployeetype, empID As String
Set Db = CurrentDb
Set rst = Db.OpenRecordset("Select * from employee_info where Me![employeeID] = '" & Me.employeeID & "'", dbOpenDynSet)
Kenneth
goobil@hotmail.com
Can some one please tell me why this dont work.
I am trying to get some data from the table to check before update or save as new
Dim bankRs As DAO.Recordset
Dim employeeRS, emptypeRS, rst As DAO.Recordset
Dim xemployeetype, empID As String
Set Db = CurrentDb
Set rst = Db.OpenRecordset("Select * from employee_info where Me![employeeID] = '" & Me.employeeID & "'", dbOpenDynSet)
Kenneth
goobil@hotmail.com