- Local time
- Today, 01:16
- Joined
- Sep 12, 2006
- Messages
- 15,987
one other thing
modfying union queries can be a bind, if the fields are all specified individually
however, given queryA and query B, you can just say
you can then edit/modify the source queries more easily, as you can use the QBE grid
modfying union queries can be a bind, if the fields are all specified individually
however, given queryA and query B, you can just say
Code:
select * from QueryA
union
select * from QueryB
you can then edit/modify the source queries more easily, as you can use the QBE grid