Recent content by GComyn

  1. G

    Compact and Repair database with VBA without Closing the Database?

    I have several databases that I use that have 'temporary' tables, ie tables that hold data from import, then get moved to other tables, and the tables are emptied... what I do is I use a backend that is linked. The backend is deleted and remade every time the front end database is run, so the...
  2. G

    How to create table from VBA code

    I've had this issue come up before, and I solved it by creating a report inside access that looked exactly like the word document, and ran the report from access... That way there was no problems if someone changed the word document by accident, or move it (which has happened). GComyn
  3. G

    How can I read files in a folder...

    does chosenFolder end with a "\"? If it does not, then it will break. gcomyn
Back
Top Bottom