Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. clifhang

    VB 6.0 Database "Clear" question

    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...
  2. clifhang

    Package and Deployment Wizard Woes

    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...

Part and Inventory Search

Back
Top