I am looking to create a stored procedure that will populate a text box depending on the result of a field. The field has many values and for each one it will require different text.
To query for the field I will need to join another table:
table1.field1 where table1.field2=table2.field2
If anyone can help me with a starting point to this it would be greatly appreciated.
thanks.
To query for the field I will need to join another table:
table1.field1 where table1.field2=table2.field2
If anyone can help me with a starting point to this it would be greatly appreciated.
thanks.