Hi, folks, I have an interesting problem that I am not sure how to tack, so I figured I try you folks, one of you usually has a solution for just about everything. Here is the problem, I have 7 small tables, with a couple of fields in each and I have a E_Type equal to 100, 200, 300 or 400. If E_Type is equal to 100, I want to union tbl_1,tbl_2 and tbl_3. If E_type is 200, I want to union tbl_1, tbl_4, tbl_5 and tbl_6. If E_Type equals 300 or 400, I want to union all 7 tables. I have only done a couple of very simple union queries so far, and I am at a little lose on how to do this one. Any toughts on how to start this little gem. The union query is for a form, if that is important. Thank you very much in advance for any assistance on the problem.