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
what is the default directory to run jsp file from tomcat 5.5 and what directory for mysql_connector.jar file to be placed?
Problems installing the AjaxControlTooKit.dll
Remove space from textbox automatically
perl regexp with div tags and space
MySQL IFNULL() selection
iPad Camera Connection Kit does not display .jpg images on iPad
jquery dhtml dynamic population issue
Data truncated MYSQL
Mounting NFS NAS in ESX 3
How to find and replace specific string with blank using sed or any better cmd?