S
Sam Kuo
I don't think the same question has been answered before, so could someone
please help? Much appreciated
I have 2 tables, namely tblCategory and tblType, to be used as list for 2
combos in a form,
1) tblCategory has fields of CategoryID and Category;
2) tblType has fields of TypeID, Type, and CategoryID -- where CategoryID
field here is a combo with RowSource as SELECT DISTINCTROW [CategoryID],
[CategoryName] FROM tblCategory ORDER BY [CategoryName];
When I open tblType, a popup window promps and asks me to "enter parameter
value" of CategoryName. At this stage, the table behind displays only TypeID
and Type of the 1st record. If I don't enter anything and close the popup,
the full table content displays as normal. This is fine.
The problem is if I have the same table (tblType) in a TabControl as
subform, the same popup appears upon opening, but if I just close it, all
records in CategoryID field become hidden!
please help? Much appreciated
I have 2 tables, namely tblCategory and tblType, to be used as list for 2
combos in a form,
1) tblCategory has fields of CategoryID and Category;
2) tblType has fields of TypeID, Type, and CategoryID -- where CategoryID
field here is a combo with RowSource as SELECT DISTINCTROW [CategoryID],
[CategoryName] FROM tblCategory ORDER BY [CategoryName];
When I open tblType, a popup window promps and asks me to "enter parameter
value" of CategoryName. At this stage, the table behind displays only TypeID
and Type of the 1st record. If I don't enter anything and close the popup,
the full table content displays as normal. This is fine.
The problem is if I have the same table (tblType) in a TabControl as
subform, the same popup appears upon opening, but if I just close it, all
records in CategoryID field become hidden!