Drawing UET fields on forms Once you have created a user-extended table (UET), you can add appropriate field component forms: Open the form to which you want to add a UET field in the Web Designer. In the Toolbox, click the component type that corresponds to the user-defined field you want to create. Add the component to the form. In the Component Properties sheet, set the properties and attributes for the user-defined field. When binding a UET user-defined field, the Binding property is specified as object.<tableAlias><UDFname>, where: tableAlias is the three-character abbreviation for the name of the table. UDFname is the name of the user-defined field. Save your work. Related topicsAbout user-extended tables (UETs)Extending application database tables