J
John
I have a field that needs to list an approver for the purchase order.
The dba provided a scalar valued function that returns the approvers
ID. One of the connected tables to the front end (back end is sql
server 2005) is the Employees table. The function can not be modified
to return the name as it is used else where. He is also reluctant to
do another (I was lucky to get this one). I have never worked with
functions and tables interacting with each other like I might need
here. First thing I thought of was some type of a select statement.
So, if any one out there can help out on this, please do.
Thanks for reviewing.
John
The dba provided a scalar valued function that returns the approvers
ID. One of the connected tables to the front end (back end is sql
server 2005) is the Employees table. The function can not be modified
to return the name as it is used else where. He is also reluctant to
do another (I was lucky to get this one). I have never worked with
functions and tables interacting with each other like I might need
here. First thing I thought of was some type of a select statement.
So, if any one out there can help out on this, please do.
Thanks for reviewing.
John