Hargreavesk
Technical User
Hi,
Can anyone help?
I'm using the following code:
Dim db As Database
Dim rs As Recordset
Set db = CurrentDb
Set rs = db.OpenRecordset("SELECT [Name] from [TBL ChequeDetails] where [TBL ChequeDetails].[Name]= " & (Me!Name))
Unfortunately, I'm getting an Error 3075 "Syntax error, missing operator. As I've been looking at this for a while and not been able to see anything wrong, please can someone help before i go blind?
Many thanks
Kate
)
Can anyone help?
I'm using the following code:
Dim db As Database
Dim rs As Recordset
Set db = CurrentDb
Set rs = db.OpenRecordset("SELECT [Name] from [TBL ChequeDetails] where [TBL ChequeDetails].[Name]= " & (Me!Name))
Unfortunately, I'm getting an Error 3075 "Syntax error, missing operator. As I've been looking at this for a while and not been able to see anything wrong, please can someone help before i go blind?
Many thanks
Kate