Hello All,
I have two combo boxes on my form and about 10 text boxes. Combo box 1[color] has 6 lines e.g. Line1, Line2, Line3, etc. Each line has a uniqueID and each unique ID has an Asset Number.
I want a user to select the Line in cbo1 then able to select the uniqueID’s from cbo2 that is within that Line and then once that is done the Asset Number appears in a text box that is within that Line and for that Unique ID.
Cbo1 Cbo2 txtAssetNumber
Line1 UniqueID’s AssetNumber
Line2 UniqueID’s AssetNumber
Line3 UniqueID’s AssetNumber
Line4 UniqueID’s AssetNumber
Line5 UniqueID’s AssetNumber
Line6 UniqueID’s AssetNumber
There are several UniqueIDs. Each UniqueID has an AssetNumber. Currently all Asset Numbers are stored in a table called tblAssetNumbebers. I have tried having a combo box for assetNumber but cant seem to figure it out.
Any help would be great thanks.
Shreekant
I have two combo boxes on my form and about 10 text boxes. Combo box 1[color] has 6 lines e.g. Line1, Line2, Line3, etc. Each line has a uniqueID and each unique ID has an Asset Number.
I want a user to select the Line in cbo1 then able to select the uniqueID’s from cbo2 that is within that Line and then once that is done the Asset Number appears in a text box that is within that Line and for that Unique ID.
Cbo1 Cbo2 txtAssetNumber
Line1 UniqueID’s AssetNumber
Line2 UniqueID’s AssetNumber
Line3 UniqueID’s AssetNumber
Line4 UniqueID’s AssetNumber
Line5 UniqueID’s AssetNumber
Line6 UniqueID’s AssetNumber
There are several UniqueIDs. Each UniqueID has an AssetNumber. Currently all Asset Numbers are stored in a table called tblAssetNumbebers. I have tried having a combo box for assetNumber but cant seem to figure it out.
Any help would be great thanks.
Shreekant