surfbum3000
Technical User
I have 2 tables:
tblCaseNos
tblLongDrive
Joins: [tblCaseNos.Name] = [tblLongDrive.Name]
I want to add tblCaseNos.CaseNo to the table tblLongDrive to create a new table with the CaseNo.
The problem is the names are not exact in both tables. The tblCaseNos has Middle Name, Suffix (eg. III), etc. and the tblLongDrive has only LastName, FirstName. How can I query the name using a wildcard?
tblCaseNos
tblLongDrive
Joins: [tblCaseNos.Name] = [tblLongDrive.Name]
I want to add tblCaseNos.CaseNo to the table tblLongDrive to create a new table with the CaseNo.
The problem is the names are not exact in both tables. The tblCaseNos has Middle Name, Suffix (eg. III), etc. and the tblLongDrive has only LastName, FirstName. How can I query the name using a wildcard?