|
barking mad -> switch true & false (6/24/2009 8:06:43)
|
in a nutshell: I'm writing a query which can be used to export data from client's access database that can be used ina bulk import program to update their online store. However they have a field called internet which as far as they're concerned if true means yes show on webshop, however my cart has a corresponding field called hide which if true hides the product from view on the web shop. So in otherwords the true statement has opposite meanings. I would like to amend my sql query on the access database to switch the true statement to false if true, and true if false... make sense? any ideas?
|
|
|
|