Hi,
i was trying to achieve the following.
In my attached file, i have 23 columns.
Each column has either a number, or is empty. each column also refers to a separate table (not included in file)
If there is a number in a column, then i would have to extract something next to the ID of 1 of the tables, with the end result beeing that all the id numbers should be looked up in a table that has information about it.
for example: Id 64814 is found in all the tables, so looking it up in table 1 would do.
id 17922 is only in table 2 and 6, so would have to be looked up in either one.
Now i am trying to find a way to do this in the least amount of steps.
i hope this explanation makes sense.
Thanks in advance.
Sincerely,
Pofski
i was trying to achieve the following.
In my attached file, i have 23 columns.
Each column has either a number, or is empty. each column also refers to a separate table (not included in file)
If there is a number in a column, then i would have to extract something next to the ID of 1 of the tables, with the end result beeing that all the id numbers should be looked up in a table that has information about it.
for example: Id 64814 is found in all the tables, so looking it up in table 1 would do.
id 17922 is only in table 2 and 6, so would have to be looked up in either one.
Now i am trying to find a way to do this in the least amount of steps.
i hope this explanation makes sense.
Thanks in advance.
Sincerely,
Pofski