D
Dinsdale
Hi All,
I am converting an Access Query for VBA code with the resulting code here:
dbs.Execute "DELETE * from [SPI Info for Report]" _
& WHERE 'Candidate ID'=[forms]![Candidate Data]![Candidate ID]));"
When I test run it the code deletes all EXCEPT the Candidate ID selected.
Any thoughts?
TIA
Andrew
I am converting an Access Query for VBA code with the resulting code here:
dbs.Execute "DELETE * from [SPI Info for Report]" _
& WHERE 'Candidate ID'=[forms]![Candidate Data]![Candidate ID]));"
When I test run it the code deletes all EXCEPT the Candidate ID selected.
Any thoughts?
TIA
Andrew