Sample MS Access Code for the SCIROCCO DAO Data Control 1.0
There is a sample MS Access Database with the DAO control on a form copied to the installation folder (Download Sample).
After setup you might need to drop the control on the form and rename it.
Furthermore, if you have any questions or need help using the control please contact
for assistance.
5 Easy Steps to follow to connect to a Bound MS Access form
(You can also use OpenRecordset Method to set the Form's recordset)
1) Create your Access form with bound controls (manually or use the wizard)
2) Add the SCIROCCODAOTool Component to your project.
3) Drop the control onto your form, SCIROCCODAODataControl
4) In the Load event of your form add this code:
Set SCIROCCODAODataControl.recordset = Me.Recordset (the form's recordset)
5) Enjoy the fruits of your labor. Now you can Navigate, Add New, Delete, Refresh, Search, Undo and Save Changes to the table.