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
How to commit changes of a Typed Dataset to database at once
Somebody is sending emials form my hotmail account
PL/SQL Performance
passing a looped value to a form
How to sync a shared calendar Exchange 2003 Outloook 2007 and Iphones
Sync Access database contacts with Exchange Contacts list
Clever Navigation
phpbb forum
Jython - need try / except Logic for .py Script
Need help with div positioning...