Search results

  1. S

    VB application not requiring Access

    I want to recreate an Access database I've made as a standalone application for users who potentially do not have Access. Is it possible to generate an .exe file which includes an Access or SQL Server 'backend' but doesn't require either databases to be bought by the end user?
  2. S

    Access to remote MySQL

    I've written a script which transfers all data in numerous tables to a MySQL database. When I run this locally it works perfectly. It also works perfectly on the remote database when there are just a few records. However, the database now has hundreds to thousands of records in each table and...
  3. S

    Infinite Do While Lloop

    I have a script which, when a button is clicked, moves the user to the next record but goes back through the record just input, loops through the names and adds them to the new record. So basically all the names entered on the previous record (via a continuous form) are retained for the new...
Back
Top Bottom