A
atledreier
Hello!
I have a table with cable info:
CabName - CabDescription - FromTag - ToTag - more fields of data.....
The FromTag and ToTag are lookups to the Tags table below
I have another table with Tag info:
TagName - TagDescription - more fields of data.....
What I need to do is this:
I need a query that return the field like this:
CabName - CabDescription - FromTag -FromtagDescription - ToTag -
ToTagDescription.
I've tried alot of stuff, but I just can't make it work.
The CabName and TagName are indexed and used as primary keys for each
table.
Any hints to how I can do this?
I have a table with cable info:
CabName - CabDescription - FromTag - ToTag - more fields of data.....
The FromTag and ToTag are lookups to the Tags table below
I have another table with Tag info:
TagName - TagDescription - more fields of data.....
What I need to do is this:
I need a query that return the field like this:
CabName - CabDescription - FromTag -FromtagDescription - ToTag -
ToTagDescription.
I've tried alot of stuff, but I just can't make it work.
The CabName and TagName are indexed and used as primary keys for each
table.
Any hints to how I can do this?