Search results

  1. D

    Can I map a program (.exe) to abutton in a form?

    I would like to place a button on a form that maps to a program on a user's computer. For example, the button says PROGRAM and then the user clicks on the button and it opens an executable located at c:\PROGRAM\program.exe I am assuming that I can do that with access, but how? Thanks for any help!
  2. D

    Finished Acces db. How should I set up for users?

    I have completed a db and am satisfied with the structure and forms. The object window is hidden when the database is opened, and the main entry form automatically opens for the user. This db will be in a network folder and several users will have access to it. I want people to be able to enter...
  3. D

    Sub-Form Tab Order

    I have a main form with several sub forms. Currently, I can set the tab order to get from a field in the main form to a subform, but when I hit the tab key from the last field of the subform, the fields turn blank (I think it tries to insert another record in that form's table). Instead, I would...
  4. D

    Correct formula for a bound text box?

    Hello, I have leaned how to insert a text box into a form that displays the age by inserting a formula in the control box within properties. I would like to add another box that displays the following result from a table: The table contains employment information, and the fields are job name...
Back
Top Bottom