SuperLight
asked on
SQL Delete * Only Deleting a Single Record on Linked Table
Hi Experts,
I'm experiencing an issue with deleting records on the Linked Table (Oracle) from MS Access 2007. I'm executing the following in VBA:
CurrentDb.execute Delete TableName.* FROM TableName
I expect this would delete all records, however it's just deleting 1 record.
Any help would be appreciated.
Thanks
Mark
I'm experiencing an issue with deleting records on the Linked Table (Oracle) from MS Access 2007. I'm executing the following in VBA:
CurrentDb.execute Delete TableName.* FROM TableName
I expect this would delete all records, however it's just deleting 1 record.
Any help would be appreciated.
Thanks
Mark
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
50/50 split seems only fair!
thanks
thanks
Well, what do you mean 'worked'. Was a error exposed ? If so what error ... just curious ...
mx
mx
mx