Allows you to choose the controls you want to appear on the form and enables the wizard to create the associated code for each control.
Wizard Options
Available Controls
Lists the controls available for your form.
Add Button — When checked places an Add button on the form with the associated code to add new records to the database.
Update Button — When checked places an Update button on the form with the associated code to update data in the database from the form. The Update button is available only when you select a Data control.
Edit Button — When checked places an Edit button on the form with the associated code to allow editing of the record. The Edit button is available only when you select a code-only form.
Note Update and Cancel buttons will be provided on code-only forms if you select either of the Add or Edit buttons.
Delete Button — When checked places a Delete button on the form with the associated code to delete records from the database.
Refresh Button — When checked places a Refresh button on the form with the associated code to refresh data from the database.
Close Button — When checked places a Close button with the associated code to close your form.
Show Data Control — When checked makes the Data Control visible on your form.
Note The Show Data Control option is available only when you have a grid (datasheet) form layout and are using a Data control.
Select All
Selects all available controls.
Clear All
Clears all available controls.
Help
Opens the Help topic for this step. You can also press F1 for help.
Cancel
Cancels your previous actions and closes the Data Form Wizard.
Back
Moves you to the previous step.
Next
Moves you to the next step.
Finish
Accepts any selections you entered and the defaults for the remaining steps, then creates a data form. The Finish button is available once you make enough choices for the Data Form Wizard to create the appropriate form.