hey all
So I have a page that displays selected product information triggered via a custom function on a report.
It shows the name of the product, price and image
I'm also trying to show the company name of the product, but only get the ID number not the string value.
On the "Add_Product" form, the company name is selected via a Lookup Field that gets its results from the "Add_Company" form
I've made the code in bold that is returning the ID number.
Anyone know what code to add and where to make it show the company name for the product selected.
Thanks, here is my code: