Microsoft
Software
Hardware
Network
Question : Deleting data from Access Table
Hi,
Does anyone know how i could run a query that looks at three columns in an Access table and deletes any entries that are -1
Thanks
Seamus
Answer : Deleting data from Access Table
I ASSUME, you no need to delete the whole rows,just want to update the data
Update Table
set column1=NULL,column2=NULL,
column3=NU
LL
WHERE
column1 = -1 OR column2 = -1 OR column3 = -1
Random Solutions
Convert XenServer xva to VMware Server.
GETDATE and GETUTCDATE does not exist in MySQL
Accessing an FTP server internally that is on a different subnet.
How to read the data from MQRFH2 messages using MQ connector stage
How to send email from Outlook when away from the Exchange Server?
Outlook 2003 Send mail issue
Execute Oracle Stored Procedure From SQLServer 2005
external drive shows up as uninitialized
Strip Attachments From Exchange 2007
Having a problem json encoding a string with quotes