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
Teradata Where Clause - Limit date to this month
The future of VBA
Batch printing word document to non-default printer
User.isInRole always return false
How to connect Hyper-V Server 2008 R2 to Cluster Shared Volumes
Manageing Multiple Time Zones in GoldMine CRM
Error: "The site <sitename> could not be found in the Web application SPWebApplication Name=MOSS Parent=SPWebService"
Joomla SEF URLs
Configuration for QNAP TS-410U after reset
Public Desktop Icons not showing in RDP sessions