G
Guest
For my Orders db, I have a subform SF_Order_Info within mainform F_Order.
In the subform, the default view is Datasheet. There are 2 columns in the
datasheet, Item_Category and Item_Name. I used combo boxes for both fields,
whereby when Item_Name is filtered based on the Item_Category that is
selected. (For each Item, I classify them under a Category. Eg. item "Pen"
for category "Stationeries").
This works fine for the first row. But when I enter a new row and select the
Item_Category, the Item_Name for the first row will be affected, if the
Item_Category for the 2nd row is different from the 1st row. How do I make
the rows independent of each other, ie. selection in Item_Category in Row 2
will not affect Row 1? Thanks for your help.
In the subform, the default view is Datasheet. There are 2 columns in the
datasheet, Item_Category and Item_Name. I used combo boxes for both fields,
whereby when Item_Name is filtered based on the Item_Category that is
selected. (For each Item, I classify them under a Category. Eg. item "Pen"
for category "Stationeries").
This works fine for the first row. But when I enter a new row and select the
Item_Category, the Item_Name for the first row will be affected, if the
Item_Category for the 2nd row is different from the 1st row. How do I make
the rows independent of each other, ie. selection in Item_Category in Row 2
will not affect Row 1? Thanks for your help.