I am trying to pull data from an unlinked table and place it in a form so you can view the data in the table.
I have been down many routes and am trying to use Dlookup for each field I wand to fill but am getting the error message Data Mismatch in Criteria expression.
This is what I have
cboContactTitle = DLookup("ContactTitle", "BusinessAccountOpening", "[ID] ='" & Me.txtID & "'")
Where am I going wrong