Search results

  1. J

    Open a 2nd Database and close current

    I have some code here that works fine as far as opening up a second database. The problem I seem to be running into now is when I close the original Db, the new database I just opened closes too. Any ideas out there on how I might add some code to this? My goal is to have this code in a form...
  2. J

    Close on Access Database from Another Access Database

    I want to be able to close one access database by using another. I did have some code that involved the "GetObject("FilePathName") command, and it worked but of course I didn't save it and I managed to lose it :( What I'm looking for is a code that when I have it attached to a button on a form...
  3. J

    Password Protecting

    Is there a way of Password protecting an Access 2007 database automatically through VBA? This is going to sound funny but I am pretty sure if this will work then I might have it fairly secure. I'm looking for code that will diable the password on open and set the password on close. Is this...
  4. J

    AutoExec Password

    Is there a way to have a database automatically fill in the password when its opened? I know that it sounds foolish to do this, but I want the database to be password protected so that individuals can't link or import objects out of my database. I still need to let users open it up, and I have...
  5. J

    Checkboxes

    I am trying to create a form that users can use to select what fields they want to view of a table. I was going to build the form and have it show "Checkboxes" associated with each field and at the bottom there would be a button that when they click it, it will open the table with only the...
  6. J

    Running Access 2007 with VB

    I want to run a password encrypted Access 2007 Database using a VB file through my scheduled tasks. Any idea how I can do this? I can't seem to get past the part of what to when it asks for the password (I do have the password though). Any thoughts? Jim
Top Bottom