Search results

  1. D

    PopUp Box with Multi-Selections

    I need to create a popup box in a form that would allow one to select multiple states. The selected states would be output to the "state" field in a table. Combo boxes only allow selection of a single state. How can one select multiple states that are output to a table ?
  2. D

    Subform with Mult-Selection

    I have an "add" form that sends data to a table via combo boxes. I need a combo box that will allow user to select multiple states, which are then automatically stored in the table. The help resources state that selecting a multi-select property of simple or extended automatically converts a...
  3. D

    Database back end hidden

    Convert Database from MDE to MDB format I tried this, works great. If I need to change the convert the database back from mde to mdb, is there a way to do this ?
  4. D

    Multi-User Forms

    When I created the form text boxes, I set them up so the data entry is "stored for later use", consequently they are not saved in any table. If I understand your response correctly, then this set up would prevent any conflict between multiple users, correct ?
  5. D

    Multi-User Forms

    I've created a report based on a query. The query criteria pulls from the textboxes in a form. If multiple users access the report simultaneously after entering their criteria in the form, how can I prevent each user from overwriting the others' criteria. One expert suggested temporarily...
Back
Top Bottom