K
kidkarma
Hi all,
This is my SQL query
..Execute "DELETE * FROM tblData WHERE ([StaffName] = '" & mystaff & "'
And [Date] = '" & startDate & "'"
comes out as a run time error
Missing ),], or item in query expression '([StaffName]= 'Smith John'
And [Date]='09/03/2007".
I know its going to be forgetting an apostrophe or something but ive
only just picked up Access and i can;t seem to get this running
Thanks in advance
This is my SQL query
..Execute "DELETE * FROM tblData WHERE ([StaffName] = '" & mystaff & "'
And [Date] = '" & startDate & "'"
comes out as a run time error
Missing ),], or item in query expression '([StaffName]= 'Smith John'
And [Date]='09/03/2007".
I know its going to be forgetting an apostrophe or something but ive
only just picked up Access and i can;t seem to get this running
Thanks in advance