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
Outlook 2007 Continually asks for an Exchange Server password
HTML - SQL - Carrying Form Variables from Page to Page
Have to restart print spooler to print to HP Photosmart C7280
SQL 2008 Maintenance Plan, edit backup filename
How do I delete some lines in a text file?
HP StorageWorks Modular Smart Array 1000 Question
VB.NET Setup Installing App Files Without Asking What Folder to Install
publishing websites in TMG 2010
Mailbox Quota full
IIS Web site works in all browsers except Safari on Mac