skyline666
Programmer
Hi,
I have 9 tables (each with 3 columns) that are all similar to each other. Want I want to be able to do is select the data from the 9 tables (the middle column), and have them all put into one list box. So something like this:
Listbox
Tbl1 MidCol
Tbl1 MidCol
Tbl2 MidCol
Tbl3 MidCol etc
Im not sure if this can be done, I know I could make 9 list boxes and have them one under each other, but I need them in one big list so that they can be selected to be grouped with something else. I tried doing a select statement (select midcol.tbl from tbl) but didnt work.
Any help will be much appreciated,
Andrew
I have 9 tables (each with 3 columns) that are all similar to each other. Want I want to be able to do is select the data from the 9 tables (the middle column), and have them all put into one list box. So something like this:
Listbox
Tbl1 MidCol
Tbl1 MidCol
Tbl2 MidCol
Tbl3 MidCol etc
Im not sure if this can be done, I know I could make 9 list boxes and have them one under each other, but I need them in one big list so that they can be selected to be grouped with something else. I tried doing a select statement (select midcol.tbl from tbl) but didnt work.
Any help will be much appreciated,
Andrew