Steve,
Thanks again for a great product! I really enjoy seeing a db front end come together so easily!!
Thought you might enjoy this
Had trouble pulling related records with additional criteria (ie. relationships cannot use OR, etc.)
My solution? Tell it what I don't want, it'll give me the rest
(All I wanted was types 3 or 4)
__sql__ = "SELECT * FROM `transaction` WHERE AccountID= '$AccountID' and TransactionTypeID != 1 and TransactionTypeID != 2 and TransactionTypeID != 5 and TransactionTypeID != 6 and TransactionTypeID != 7"
Thanks again,
-Barry