Search results

  1. P

    Creating entry form for orders

    I'm trying to create an order form from a static list of supplies. It's meant for us to easily be able to fill out order forms to send to our supplier, not someone coming to make an order with us. Therefore, I only need to list the objects we generally order, which base list should not change...
  2. P

    linking forms without subform

    In a project database, I have a main form that describes each project and a Step subform that describes each step needed to be taken in the project. Next I made a modal form so the user could enter time worked on each project. I want the StepNoID control in the modal time entry form to...
  3. P

    how to make combo box sensative to other combo box

    What I would like to do is make a choice in one combo box then tab over to another combo box and have it limit its choices to the subgroup of the first choice. For instance, if I had a database of bikes in stock, in the first combo box I would choose the color bike I was interested in (say...
  4. P

    Go To Record

    Hi, I am trying to create a control on a form that would allow me to choose a record to go to based on a choice in a combo box. In other words, it's a database of projects, so I would like to be able to list the projects, choose one, and go to that record. I can only figure out how to go by...
Top Bottom