thegame8311
Technical User
okay this one is a bit tricky, but here's what I want to do
I have a table that has a list of certain tables that have names in them. Now not every table has the same names. I want a view of the names and the table that they are listed in.
here is an example:
TblList.dbf:
TableA
TableB
TableC
TableA.dbf
Name1
Name2
Name3
TableB.dbf
Name2
Name6
Name1
TableC.dbf
Name9
Name1
Name7
what I want is a list that looks like this
Name1 TableA, TableB, TableC
Name2 TableA, TableB
what is the best way for this a select statement or a query?
I have a table that has a list of certain tables that have names in them. Now not every table has the same names. I want a view of the names and the table that they are listed in.
here is an example:
TblList.dbf:
TableA
TableB
TableC
TableA.dbf
Name1
Name2
Name3
TableB.dbf
Name2
Name6
Name1
TableC.dbf
Name9
Name1
Name7
what I want is a list that looks like this
Name1 TableA, TableB, TableC
Name2 TableA, TableB
what is the best way for this a select statement or a query?