I am using access 97 and I have two tables T1 & T2 I am joining these using a claim number field. In the join property I can select claims from T1 that match T2 or all claim in T1 plus matched one from T2 or all from T2 and matched from T1. Ideally I want all claims from both tables (but zero duplicates). but I can't work out how to do this unless I use two queries (all T1 and matched from T2 (make a table T3) then another query where I select all from T2 that are not in T1 and append that to T3). If someone has a quicker one step query to merge two tables I would love to hear about it.
Thanks
Thanks