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
Get Current selected link - apply css
Assign the value to a script global variable from the Server side code
Crystal Reports - Load report failed.
Office 2010 pro plus deployment via GPO
Password Protect Back End of an Access Database
Can I force reconciliation of old email after blackberry enterprise activation?
Sonicwall TZ 100 configuration
Install IIS with a vbs script.If supporting files needed pick from a predefined path.
How do I add my read-only attribute back with a .vb script
Login script error. Access Denied