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
Find Label in Datalist within Gridview
Exchange 2010 & GroupWIse 7
Compare Internet Explorer (IE6) Security Settings
MSExchange ActiveSync Event ID 1040 Annoying?!
How to access a folder on an SERVER when the domain server is offline ?
How to change the from field on auto-generated SharePoint emails.
checking login & pass with curl
Data adapter Insert/Update
Auto start and mount RAID array Linux
"Include inheritable permissions from this object's parent" is gey out in Windows 2008