J
JY
Hello,
i would like to be able to automatically populate a field in a table from a
form
the fields are as follow:
FirstName
LastName
E-mail
i am able to concatenate the field in the form but i'm not sure how to
submit my result to the table.
the formula in the e-mail field in the form is
[FirstName] & "."& [LastName] & "@abc.com"
how do i submit this to the table
i would like to be able to automatically populate a field in a table from a
form
the fields are as follow:
FirstName
LastName
i am able to concatenate the field in the form but i'm not sure how to
submit my result to the table.
the formula in the e-mail field in the form is
[FirstName] & "."& [LastName] & "@abc.com"
how do i submit this to the table