Microsoft
Software
Hardware
Network
Question : access 2003 delete query to not work check sql syntax?
Hi have an access 2003 db with a delete query in vba. Not working. Sure I am missing something please take a look.
I am wanting to delete all records from the LabelTemp table that have a value of -1 in the Cleartbl column.
strSql = delete FROM("LabelTemp")WHERE Cleartbl = -1
Answer : access 2003 delete query to not work check sql syntax?
Well, I followed the same shorthand you seemed to use in your posting, but I may have assimed too much. You would of course have to quote the string like follows:
strSql = "DELETE * FROM [LabelTemp] WHERE Cleartbl = -1"
~bp
Random Solutions
Error message after installing Ajax and using Editor control
Reconfiguring CRM Toolbar in Outlook
How to Set Up POP Connector on SBS with NEw AT&T Settings
How do I create an OE signature with a jpg logo?
(vb.net) How to wordwrap a cell in a datagrid
Cannot Resolve Loopback 5.3.5 Delivery Error
Is there a way to install IIS using Configuration Manager 2007?
how to unlock my touch 3g phone, if i forgot my username and password
All memory used by SQL Server 2008 + Reporting Services
weather webpart using HTML,CSS and javascript