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
Starting mysqld from fedora
Slow network
Why do I get this log message, stating the additional server check count detected a problem
How to create .properties file to solve this
Click on an item in a list box and have that value populate a text field
WSUS report
Find Quartile points from Mean, Maximum and Minimum
Hyper-V P2V VM Continuous Blue Screen
Google crawling errors, callingpage javascript - Safe to disallow file in robots.txt?
XP 10 inbound connection limit question