P
Peter Cole
I have 2 tables one for samples which has an AutoNumber
ID field and an orderNoId field which is related, many to
one, to an Order table by OrderNoID field and contains an
OrderPlaced field.
I need a query that returns all samples that have an
orderNoId of 0 (not ordered) and all that have an
orderIDNo greater than 0 where Orderplaced is true.
I don't think I can use a UNION as they are not updatable
are they?? I have tried a number of sub queries without
sucess. Thanks in anticipation
ID field and an orderNoId field which is related, many to
one, to an Order table by OrderNoID field and contains an
OrderPlaced field.
I need a query that returns all samples that have an
orderNoId of 0 (not ordered) and all that have an
orderIDNo greater than 0 where Orderplaced is true.
I don't think I can use a UNION as they are not updatable
are they?? I have tried a number of sub queries without
sucess. Thanks in anticipation