By moving your ado's recordset to a new record before the form is displayed it will cause the form to come up with all clear fields.
form.load
ado.recordsource="SQL"
ado.recordset.addnew
ado.refresh
form.show
Something like that will make the form have clear fields.
If you enter any...
Are you using the properties of the dbcons to setup your connection string or are you setting your connection strings up in the form load code of the forms??
You can make an application completely portable if you set the connection strings up in the form load on the forms and can bypass all of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.