Recent content by Barbara Sherman

  1. B

    Double Click to Select

    I am wanting to double click an option(s) in a list box and have the selected option(s) show in another list box. The purpose is to select particular options present on a boat. The list box selecting from will show all available options and the other list box will show only the option(s)...
  2. B

    I guess I'm just different???

    Why is it the envelope beside the messages I post have a dot on them? Nobody elses does. Am I doing something wrong?
  3. B

    Text Box Question

    I have a form with 3 combo boxes, each linked to the other. Combo Box 1 - We select a manufacturer. Combo Box 2 - We select a model (models shown are only those of the manufacturer selected). Combo Box 3 - We select a color (colors shown are only colors available for the model selected). I...
  4. B

    Please help w/ Combo Boxes

    The problem is we need to first select the brand, then the model (which should only show models for that particular brand) and then select the color (which should show only the colors for that model of boat), etc. In other words, everything must link together and the form is far from complete...
  5. B

    Data Missing

    I have a table whose data is being used in a form. While working with the form only, some of the data in the table disappears. There are only 3 records in the table. The same one always disappears. Why?
  6. B

    Multiple Combo Boxes

    Please help. I am working with a form which will have multiple combo boxes and subforms which will interact. On Page 1 of the form the first 2 combo boxes are working perfectly. I used the AfterUpdate property and RowSource to indicate how Access should tie the combo boxes together. However...
  7. B

    Forms

    If I need a form field to pull data from a table or query based on the answer to an above form field, how is this done? For example...If I select a particular make of vehicle and in the next field I am to choose the model (and, of course, I need the models in the drop down list to be models of...
Back
Top Bottom