R
rollover99 via AccessMonster.com
I have searched many different threads with no luck.
I have a text box (DeptID) that is bound to a form (MFA)
I am using the DeptID in an unbound text box that looks at the table
(Departments) to get the Department that is associated with the DeptID.
Just can't figure this out. I am using
=DLookup("[Department]", "Departments", "[DeptID] =" _ & Forms![MFA]!DeptID)
as my control source. Keep getting a syntax error. I want to lookup the
department via the DeptID in the Departments table to fill in my text box.
Any help on this would be appreciated.
I have a text box (DeptID) that is bound to a form (MFA)
I am using the DeptID in an unbound text box that looks at the table
(Departments) to get the Department that is associated with the DeptID.
Just can't figure this out. I am using
=DLookup("[Department]", "Departments", "[DeptID] =" _ & Forms![MFA]!DeptID)
as my control source. Keep getting a syntax error. I want to lookup the
department via the DeptID in the Departments table to fill in my text box.
Any help on this would be appreciated.