Article ID: 128158
Article Last Modified on 1/19/2007
Table: My Products
--------------------------
Field Name: Category ID
Data Type: Text
FieldSize: 4
Field Name: Product ID
Data Type: Number
FieldSize: Long Integer
Query: Product Combo Query
------------------------------------------------------
Type: Select
Field: ProductID (or Product ID in versions 1.x and 2.0)
Table: Products
Field: ProductName (or Product Name in versions 1.x and 2.0)
Table: Products
Field: CategoryID (or Category ID in versions 1.x and 2.0)
Table: Products
Criteria: Forms![My Products Form]![Category Combo]
Click the check box in the Show row in the Category ID column to
clear the check box.
Macro Name Macro Action
------------------------------------
Refresh Product Combo Requery
Refresh Product Combo Actions
------------------------------
Requery
Control Name: Product Combo
RecordSource: My Products
Combo box:
Name: Category Combo (Control Name in version 1.x)
ControlSource: Category ID
RowSourceType: Table/Query
RowSource: Categories
ColumnCount: 2
BoundColumn: 1
ColumnWidth: .2 in
Left: 1.1
Top: 0
After Update: Refresh Product Combo
Combo box:
Name: Product Combo
ControlSource: Product ID
RowSourceType: Table/Query
RowSource: Product Combo Query
ColumnCount: 2
ColumnWidth: 0
BoundColumn: 1
Left: 3.1
Top: 0
Detail Section:
Height: .17
Additional query words: blank
Keywords: kbprb kbusage KB128158