To update the TT thread. I have reviewed your DLookUp statement:
=DLookUp("[FunctionName]","frmGenFunctions","[FunctionID] =" & [Forms]![frm2-4FunctionDetails]![FunctionID])
The domain from your statement is trying to perform a lookup of a domain frmGenFunctions. A domain can only be a table or a query. The updated statement below should work for you as I have changed the domain to your table name.
=DLookUp("[FunctionName]","GenFunctions","[FunctionID] =" & [Forms]![frm2-4FunctionDetails]![FunctionID]) Bob Scriver
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.