Hey guys, I have a existing DB which tracks our hardware releases. We have a table that has two columns, releases and primary key. We have a form in which the user inputs the release for the project he/she is working on. I noticed that when they select the release and the information is stored the primary key is saved instead of the text.
I'm running a query that checks for the progress on a particular release. It is in SQL, how would I go about making the query refer to the table so instead of when it runs the query it will display "Release 1" instead of "1"??
THANKS
I'm running a query that checks for the progress on a particular release. It is in SQL, how would I go about making the query refer to the table so instead of when it runs the query it will display "Release 1" instead of "1"??
THANKS