Pre-populating a form

how can I pre-populate my form’s multiple fields from multiple views using the LINKTOFORM(formname, field1 value1, field2, vaue2)?

thanks

0 2 548
2 REPLIES 2

@Soldy_ALDC
Can you elaborate what do you mean by “…pre-populate my form’s multiple fields from multiple views…”? Do you mean multiple tables?

LINKTOFORM(“form name” , “field name” , value expression)

Form name goes in quotes, field name goes in quotes, then for any value you want to assign, you can use any expression you’d like, such as “6” , [column], or what I think you might be asking about getting a value from a record in another table, LOOKUP(…).

Top Labels in this Space