I want to use a dlookup function in a query that retrieves the value in an unbound textbox of a dialog box. In this example, I'm trying to retrieve the value entered in the unbound textbox called "Source" which is in a form called "Enter Source Code". I get an error message saying there is the wrong number of arguments.
Retrieve
Lookup( Forms![Enter Source Code]![Source] )
Retrieve