C
Christine
I have a basic three table database. It's working very well but I'm having a
bit of a problem with a query.
tbl1 - name, title
tbl2 - contact info
tbl3 - events
My problem comes from filtering addresses. I have 5 categories of
addresses: work1, work2, work3, work4, work5.
Half of the contacts have 1 address (either work1 or work2). Easy to do.
The other half can have 2 or 3 addresses (work3, work4, work5). Of this
group, everyone has work3 and work4. Only some have work5.
I need to create a query for invitation list an event (e.g. Gala2009).
Everyone in the second group will be invited. For most, I will use address
work3. However, for those that have work5, I need that to be the address. How
do I create a filter that indicates where both work3 and work5 exist, use
work5?
TIA
bit of a problem with a query.
tbl1 - name, title
tbl2 - contact info
tbl3 - events
My problem comes from filtering addresses. I have 5 categories of
addresses: work1, work2, work3, work4, work5.
Half of the contacts have 1 address (either work1 or work2). Easy to do.
The other half can have 2 or 3 addresses (work3, work4, work5). Of this
group, everyone has work3 and work4. Only some have work5.
I need to create a query for invitation list an event (e.g. Gala2009).
Everyone in the second group will be invited. For most, I will use address
work3. However, for those that have work5, I need that to be the address. How
do I create a filter that indicates where both work3 and work5 exist, use
work5?
TIA