Hi everybody,
I have a table called RouteDetail that has RouteDetailCategoryID field and nID Field.
RouteDetailCategories table has an ID field and a cDescription field which is a table name.
Currently there are 3 records only in the Categories table.
My question is - how should I try to write my select statement (without using dynamic SQL) to relate RouteDetail and the appropriate table based on the CategoryID field and the nID field which is a pointer into that table?
Any ideas of what would be the best approach here?
Thanks in advance.
I have a table called RouteDetail that has RouteDetailCategoryID field and nID Field.
RouteDetailCategories table has an ID field and a cDescription field which is a table name.
Currently there are 3 records only in the Categories table.
My question is - how should I try to write my select statement (without using dynamic SQL) to relate RouteDetail and the appropriate table based on the CategoryID field and the nID field which is a pointer into that table?
Any ideas of what would be the best approach here?
Thanks in advance.