debbie1212
Programmer
I have an ASP page that needs to display the location name instead of the location ID but I'm using the ID in the table that contains the data.
These are the tables:
Location
LOC_ID
LOC_NAME
Request
REQ_TO_LOC_ID
REQ_FROM_LOC_ID
I need to have it save the ID in the Request table (which it does) but when I retrieve it, I need it to look at the Location table and get the Location Name that corresponds to the Location ID.
Thanks,
Debbie
These are the tables:
Location
LOC_ID
LOC_NAME
Request
REQ_TO_LOC_ID
REQ_FROM_LOC_ID
I need to have it save the ID in the Request table (which it does) but when I retrieve it, I need it to look at the Location table and get the Location Name that corresponds to the Location ID.
Thanks,
Debbie