Hi,
I want a form field in form_1 to get the value from dbfeild_name of a separate table. Works fine when it is used as select with grid lookup. Even when I say “Use lookup to display the field description”, it shows the value I want next to the field. But I want the looked up value inside the field to send it as an e-mail and to save to db.
So here is the scenario:
Table 1:
ID value
1 Apple
2 Orange
Form_1
Feild1 > Looked up to Table1 and got Table1.ID1, which is equal to a param value. I want to show Apple as the result.
Can someone help, please.