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
Email Address in Outlook express
MSSQL$MICROSOFT##SSEE Event 824
interop.microsoft.office.c<wbr />ore.dll.
In Access how can i have a value returned based on a value present.
User name grayed out in SQL Server 2005 Server Management Studio
Do I have to select a predefined Identity field when using the SELECT INTO clause in a SQL Server stored procedure ?
Allow real desktop access to Windows Server 2008 R2
batch file to search all drives
IE7 and blank pages
How do I number couples of data in an MS Access 2007 Report?