VBA refer to lookup value (not bound value)

M

markmarko

Hello,

I need to refer to a bound value's lookup value (in VBA, but also in
expressions).

For example, there are two tables: tblProducts and tblSalesDetails.
tblSalesDetails has a lookup to product names from tblProducts. I want VBA
to check which product was chosen by user by Product Name, not by bound value
(since tbl Products will change over time.)

Is there to reference a bound value's lookup value programatically?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top