The following is the statement in a .WFM file that assigns the dataLink property to a field in a rowset:

dataLink = form.student1.rowset.fields["LAST_NAME"]

Note that this is a link to the field object itself, not the object’s value property.

The equivalent link for a field in a table open in a work area would look like:

dataLink = "STUDENT->LAST_NAME"