The Wizard will help you create the 3 most standard Stored Procedures with only a few clicks:
Adding a record, editing a record and deleting a record.
Click the Wizard Button at the top of the form - OR - press "Ctrl+W".
Select a Table from the drop down list.
Select Add, Edit or Delete depending upon what you would like the Stored Procedure to do.
Add a record, edit a record, or delete a record in the Database.
Check the Column(s) that uniquely identify the Table.
Primary Key and Identity Columns will be selected automatically.
Click OK to submit your changes.
- OR -
Click Cancel to discard your settings.
* Any text that existed before using the Wizard will be commented out.