Search results

  1. D

    Controlling Third Party Application

    Wanting to control a Third Party Application from Access 2003 on a Vista Based machine. Once it has the focus the 3rd Party Appliaction can be controlled through "Hot Keys". My objective is within the VB code that I use to control my Access Applicantion I need to be able to shift the focus to...
  2. D

    Play DVD Titles and Chapters

    Wanting to know if any one has code examples to have Windows Media Centre or maybe Cyberlink PowerDVD, load and play a predetermined DVD Tile & Chapter. Wanting to list in a table various scenes or chapters from DVDs that are stored on a HDD and have Access play these. Currently have Access...
  3. D

    Index Documentation

    Have the situation where a database backend is on a number of sites and if changes have to be made to the design structure of the backend database I would like to run a VB generated report to check that all indexes are correct. While this is not an issue with single field indexes, I have issues...
  4. D

    MDE Reports

    One of the problems with Access 2000 is that when you build a mbe database and distribute it to others custom paper setting revert back to the default for that machine. Does any one have any experience of setting paper size in code for an mde database?
  5. D

    Windows Explorer

    Would someone provide advice on how to have Windows Explorer open in a particular folder. The code below works as long as the folder name does not have characters in the folder name, e.g. commas. Sub OpenExplorer() Dim strFolderName As String strFolderName = "C:\Demo, Level1"...
  6. D

    Error Deleting File or Folder

    Have a procedure that copies files to from Folder#1 to Folder#2, (Using Access 2003, Windows XP) then after the files have been copied then deletes Folder#1. The problem is that am unable to delete all the subfolders as one of these end’s up with the error, access-denied. Use the Kill...
Top Bottom