G
Guest
I am receiving the following error when attempted to do a last name and first
name search. The problem seems to lay with the first name (as I can do a
last name search).
Run-time error '3075'
Extra ) in query expression '(((tblMaster.LastName) Like 'berry*') And
(tblMaster.FirstName) Like 'c*))'.
Here is the VB Coding:
Forms![frmBioA1VIP].RecordSource = v4
Forms![frmBioA1VIP].Refresh
Forms![frmBioA1VIP].SetFocus
DoCmd.Close acForm, "frmViewVIPBio"
Any ideas how to solve this issue?
name search. The problem seems to lay with the first name (as I can do a
last name search).
Run-time error '3075'
Extra ) in query expression '(((tblMaster.LastName) Like 'berry*') And
(tblMaster.FirstName) Like 'c*))'.
Here is the VB Coding:
Forms![frmBioA1VIP].RecordSource = v4
Forms![frmBioA1VIP].Refresh
Forms![frmBioA1VIP].SetFocus
DoCmd.Close acForm, "frmViewVIPBio"
Any ideas how to solve this issue?