I have a database that has some tables joined via relationships.
The main table is a customer table, for gathering the first name, last name, address, etc. Then there are others are linked to it.
I have worked up a DLookup command
On Error GoTo ErrorHandler
Dim varFound As Variant
varFound =...