Search results

  1. S

    ADP Project Refresh Issue

    Hi, I have an Access 2003 Data Project in which programatically I import a load of data and then run an update query. I am having a problem though. I have a load of XML files which I import running in a loop, all importing with the same table name, for each import, I run and insert query to...
  2. S

    Folder Copy

    I can't seem to get my head round the CopyFolder using the FileSystemObject. Has anybody got an example or know of another way I can copy a folder and all files/subfolders underneath from one location to another using Access VBA? Cheers Stu:confused:
  3. S

    Snapshot Reports

    I have a real problem with one of the computers in my company that need to produce snapshot reports from access. We need to produce these type of reports because we then have a history of what was issed at a certian time while database's are continuously being updated. The problem is, that one...
  4. S

    Trapping in code when a report is printed

    Hi, I need a bit of help with this. Is there any way to trap when a report is printed. I need to ask the user if they wish to print a word document when they print a report and can't think how to do it. Any body got any ideas? Cheers Stu
  5. S

    Menu/Toolbars

    Has anybody got any idea how to Export custom built Menu/Toolbars into another database using code? I am automating a 'reporting version' of a database from the full blown version I use within the office. Many Thanks Stuart
  6. S

    Calling procudures when the name is held in a string

    Has anybody got a clue on how I do the following? I have a number of tests which I am going to run on a database, and each test has been given it's own Sub, with the name of that sub held in the test table. I loop round a recordset of all the tests which need running and pull out the procedures...
Top Bottom