Creates data forms and adds them to the current Visual Basic project.
This is an Add-In utility that adds forms to the current Visual Basic project. It is useful for creating forms for browsing and modifying data from a simple table to a complex query. It is only available when VisData has been opened using the Visual Data Manager command on the Visual Basic Add-Ins menu.
Form Name
Sets the name of the form to add to the Visual Basic project.
RecordSource
Selects the record source for which you will create the form. The user can select an existing table or query from the list or enter a new SQL statement.
Available Fields
Lists the fields in the table or query selected or entered into the RecordSource box.
Moves the selected fields from the Available Fields list to the Included Fields list.
Moves all of the fields in the Available Fields list to the Included Fields list.
Moves all of the fields from the Included Fields list to the Available Fields list.
Moves the selected fields from the Included Fields list to the Available Fields list.
Included Fields
Lists the fields to include on the form. Reorder the list by dragging and dropping items at different locations in the list.
Up and Down Arrow Buttons
Move the selection up or down one line each time you click it.
Build the Form
Builds the form.