Search results

  1. J

    AutoExec Password

    I have a password set on it, but I don't give that out to the users of the database. I need the users to still be able to access this database to use the forms, but I just can't have them in the back end of it. The version is 2007 and the file extensions are .accdb if that helps at all. Is...
  2. 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...
  3. J

    Checkboxes

    So holding the Ctrl key down works for selecting multiple fields. Is there somewhere in the properties where I wouldn't have to use the Ctrl key to do this?
  4. J

    Checkboxes

    Where the highlighted field stays highlighted once its selected or clicked on?
  5. J

    Checkboxes

    Anyway to view more than one field at a time?
  6. J

    Checkboxes

    Well if it helps any, I'm using 2007. So let me know if that throws any more details you can provide. Thanks Jim
  7. J

    Checkboxes

    So with a list box, they would still be able to choose the fields they want to view? Jim
  8. J

    Checkboxes

    Unfortunately I do want to the users to have the ability to choose which fields are viewed. That is where I'm stuck. What would be the recommendation (if any) to do this? In a query in design view there is a row called "Criteria" and above that a row called "Show". The "Show" row has...
  9. J

    Checkboxes

    Well then its a good thing I have not designed it yet. I guess for example let's say we have a customer table. In this table the fields are "Customer Name", "Customer Number", "Sales Manager", "Cust Phone Number", "Contact", "Customer Address Line", "City", "State", and "Zip Code". So then...
  10. 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...
  11. J

    Running Access 2007 with VB

    I guess what I'm asking for is an example of a code you would use. Basically where the schedule tasks opens this .vbs file, what code would I type for this to work? Jim
  12. 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
Back
Top Bottom