Forum Discussion

RebeccaRead2024's avatar
RebeccaRead2024
Copper Contributor
Nov 29, 2024

Which data entry approach to take?

Hi I have a sub form, within a form, which contains combo boxes and text boxes.  I want to use it to enter data, creating new records whilst also ideally potentially being able to edit existing recor...
  • arnel_gp's avatar
    Nov 30, 2024

    Mks_1973 is correct when he said that there is only one combobox for both category and subcategory.

    changing the recordsource of the combo can affect the display of your combo (previous record).

    what you can do is add a "dummy Textbox" to show the SubCategoryName.

    see this demo and open SalesForm on design view.

    see that there is a "dummyTextbox" in front of subcategory combobox.

    also note that the recordsource of the form is a Query.

     

    subCategory.accdb

Resources