K
Kavvy
Hi,
Thanks to those who helped me out with my last query, the changes make sense
to me but I am now getting a new error which is confusing!
Run-time error 2471
The expression you entered as a query parameter produced this error: 'The
object doesn't contain the Automation object 'Sub."
This is my code which executes on a After Update event
Me!Department = DLookup("Sub-Department", "QRY Employees", "[Payroll No] = "
& Forms![FRM Jobs]![Payroll No])
Thanks for your help!
K.
Thanks to those who helped me out with my last query, the changes make sense
to me but I am now getting a new error which is confusing!
Run-time error 2471
The expression you entered as a query parameter produced this error: 'The
object doesn't contain the Automation object 'Sub."
This is my code which executes on a After Update event
Me!Department = DLookup("Sub-Department", "QRY Employees", "[Payroll No] = "
& Forms![FRM Jobs]![Payroll No])
Thanks for your help!
K.