Using Field Variables

Field variables allow you to insert the name, value, or id of a field into an attribute. The field variables are particularly useful with the Html code after control and URL attributes.

Variable

Inserts

%fieldvalue%

The current value of the field. For choice lists, %fieldvalue% is the ID of the choice.

%fieldname%

The name assigned to the input control (for example, cbo_18_cboPriority).

%fieldid%

The numeric ID of the field (this is the nID of the field in tblDtsFIelds).

Related Topics

Inserting Custom HTML Code

Adding URL Buttons