Thanks for responding Mark.
The context is a "reservation" type system, so I'll want to query a transaction table of reservations (past, present, & future). There may be many transactions for each item.
I'll want to query the item table to find items that are not listed in the transaction table for various reservation days provided for start and end.
I am now opting for a little bit of a messy solution using pipelines, a special table, some interesting relationships, and query formula fields to determine availability for the given time frame.
It's messy and inelegant, but I think it'll work. I'll let this gestate a couple of days and attempt to verify the approach then.
------------------------------
joe vandervest
------------------------------