Thank you for your help. I entered the expression from this point on and entered it as an Expression Builder on the After Update command.
Nz(DLookup("[countyID]","locations","location ID]='" & Form!ReceiptEntry.[County ID] & "'",""
Did I miss something because it is returning an error that reads the following:
The expression After Update you entered as the event property setting produced the following error: The object you referenced in the Visual Basic procedure as an OLE object isn't an OLE object.
* The expression may not result in the name of a macro, the name of a user-defined function, or {Event Procedure].
* There may have been an error evaluating the function, event, or macro.
I have read and read and read and there seems to be little explanation in my Access 2000 book that explains this process well. Thanks again for your assistance.
Nz(DLookup("[countyID]","locations","location ID]='" & Form!ReceiptEntry.[County ID] & "'",""
Did I miss something because it is returning an error that reads the following:
The expression After Update you entered as the event property setting produced the following error: The object you referenced in the Visual Basic procedure as an OLE object isn't an OLE object.
* The expression may not result in the name of a macro, the name of a user-defined function, or {Event Procedure].
* There may have been an error evaluating the function, event, or macro.
I have read and read and read and there seems to be little explanation in my Access 2000 book that explains this process well. Thanks again for your assistance.