SeadnaS
Programmer
- May 30, 2011
- 214
Hi,
Just merged all my tables into 6 down from nearly 150 tables. Obviously my form is now useless. I need my combo boxes to work again.
Ok.
I have 4 combo boxes: classcombo, typecombo, sizecombo and Combo105
I have 6 tables named after six classes of product: LAX, LAC, DFX, VIV, LAH, LAO.
-classcombo lists the six product classes (above). The rowsource is a table with the six 3 character class codes in a field.
-typecombo lists BP, RBPOD, NOD, and QOD (these are types data displayed on my form). The rowsource was typed into the combox wizard.
-sizecombo lists sizes of product. This previously listed tables (as I had a table for every size originally). Now I only want it to list records limited to the type selected in typecombo. I have a field in each table called Size/Type each entry is in this format: "LAC_BP_13010" LAC is the class, BP is the type and 13010 is the size.
-Combo105 lists Lot numbers. Once i have a size selected in the sizecombo i want that to limit the results of Combo105 to records that are the same size as the size selected in sizecombo. The lot numbers are listed in their own field LOT_NO
Once i select a lot number thats the record i want the form to display.
Thanks, and any help much appreciated!
Just merged all my tables into 6 down from nearly 150 tables. Obviously my form is now useless. I need my combo boxes to work again.
Ok.
I have 4 combo boxes: classcombo, typecombo, sizecombo and Combo105
I have 6 tables named after six classes of product: LAX, LAC, DFX, VIV, LAH, LAO.
-classcombo lists the six product classes (above). The rowsource is a table with the six 3 character class codes in a field.
-typecombo lists BP, RBPOD, NOD, and QOD (these are types data displayed on my form). The rowsource was typed into the combox wizard.
-sizecombo lists sizes of product. This previously listed tables (as I had a table for every size originally). Now I only want it to list records limited to the type selected in typecombo. I have a field in each table called Size/Type each entry is in this format: "LAC_BP_13010" LAC is the class, BP is the type and 13010 is the size.
-Combo105 lists Lot numbers. Once i have a size selected in the sizecombo i want that to limit the results of Combo105 to records that are the same size as the size selected in sizecombo. The lot numbers are listed in their own field LOT_NO
Once i select a lot number thats the record i want the form to display.
Thanks, and any help much appreciated!