D
Dragan
I maked the tables in access (named ProductID and Products ). Than I put
combo box on the form and linking them with tables ProductID and Products. I
put on the form a field for Products.
For example:
ProductID Products
CPUIP380 Intel Pentium 3.80
CPUIP360 Intel Pentium 3.60
CPUIP340 Intel Pentium 3.40
CPUIP300 Intel Pentium 3.00
CPUIP280 Intel Pentium 2.80
MBASUSP5AD2P Motherboard ASUS P5AD2-E Premium
MBASUSP5AD2 Motherboard ASUS P5AD2 Premium
MBASUSP5GD2 Motherboard ASUS P5GD2 Premium
MBASUSP5GDC Motherboard ASUS P5GDC Deluxe
When I click combo box on the form I have alphabetical list of ProductID.
When I click ProductID in combo box (for example CPUIP380), their name
(Intel Pentium 3.80) appear in the field (Products) on the form.
My question is... How to get Intel Pentium Products only when I write to
combo box ProductID (for example CPUIP380) without Motherboards?
How to make this?
Thanks.
combo box on the form and linking them with tables ProductID and Products. I
put on the form a field for Products.
For example:
ProductID Products
CPUIP380 Intel Pentium 3.80
CPUIP360 Intel Pentium 3.60
CPUIP340 Intel Pentium 3.40
CPUIP300 Intel Pentium 3.00
CPUIP280 Intel Pentium 2.80
MBASUSP5AD2P Motherboard ASUS P5AD2-E Premium
MBASUSP5AD2 Motherboard ASUS P5AD2 Premium
MBASUSP5GD2 Motherboard ASUS P5GD2 Premium
MBASUSP5GDC Motherboard ASUS P5GDC Deluxe
When I click combo box on the form I have alphabetical list of ProductID.
When I click ProductID in combo box (for example CPUIP380), their name
(Intel Pentium 3.80) appear in the field (Products) on the form.
My question is... How to get Intel Pentium Products only when I write to
combo box ProductID (for example CPUIP380) without Motherboards?
How to make this?
Thanks.