hey there friend
If they’re still running the billing code I worked on back in the day, it’ll just charge all the cards
Heehee
simpler: UPDATE tblSubscriber SET ixCreditCard = -1 WHERE fStudentAndStartup = 1
USE FogShop DELETE FROM tblCreditCard WHERE ixCreditCard IN ( SELECT ixCreditCard FROM tblSubscriber WHERE fStudentAndStartup = 1 ) ok you won’t be charged now
apply labels by hovering over a card and hitting a number key
hey there friend
If they’re still running the billing code I worked on back in the day, it’ll just charge all the cards
Heehee
simpler: UPDATE tblSubscriber SET ixCreditCard = -1 WHERE fStudentAndStartup = 1
USE FogShop DELETE FROM tblCreditCard WHERE ixCreditCard IN ( SELECT ixCreditCard FROM tblSubscriber WHERE fStudentAndStartup = 1 ) ok you won’t be charged now
apply labels by hovering over a card and hitting a number key