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
Count consecutive values in MS SQL Server 2005
can't find Printer Setup Utility in Mac OS X 10.5.8
Shared Folder Disappeared but still available
Does OpenOffice allow Windows 7 preview pane to preview .doc and .xls files?
code for menu
Cisco VPN Client 5.0.07.0290 on Windows 7 64 bit
VMware Workstation 7.1 Won't Install
Can XM be read from a string in memory instead of a file location? - C#
VMware ESXi4 Backup
What do you think about these specs for a new System Center Operations/Configurations Manager 2007 R2 server?