Recent content by stoyleg

  1. S

    VB application not requiring Access

    Thanks to everyone for their replies :) I didn't explain myself very well so apologies for that, but tehNellie answered my question.
  2. 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?
  3. 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...
  4. S

    Infinite Do While Lloop

    Thanks for the replies - this is sorted now :)
  5. S

    Infinite Do While Lloop

    Thanks thechazm - that worked great! I just added "ORDER BY ID DESC" to the end of the SQL. Can't believe I spent so long trying to find a solution and was just looking in the wrong place! Thanks again!
  6. S

    Infinite Do While Lloop

    Thanks for the links. I've used numerous loops from these sites but the only one that works is the one I'm using. It should be a relatively simple thing to do but for some reason I get this infinite loop when I use the standard method. Do you have any ideas why?
  7. 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