Guest_imported
New member
- Jan 1, 1970
- 0
I have to create a form for an auto part store.
The form has 3 option buttons for Brands A, B, and X
Each Brand A, B and X has 9 parts, each one with an item number
Our store (V Store) has 9 parts, each one with an item number also. Each one of the parts on either Brand A, B or X, has a corresponding matching part in the V Store.
The user has to be able to select either Brand A, B or X. Enter
a part number from either of these brands in a text box, and the form has to display the corresponding matching part number from the V Store.
You can choose from two approaches for the look-up table. Either
store the part numbers in a two-dimensional table or in an array of user-defined types. In either case, use the part number and brand entered by the user; look up and display the V Store part number.
Can someone help?
If someone want me I can send the work I have done so far.
Thanks
angeletino@hotmail.com
The form has 3 option buttons for Brands A, B, and X
Each Brand A, B and X has 9 parts, each one with an item number
Our store (V Store) has 9 parts, each one with an item number also. Each one of the parts on either Brand A, B or X, has a corresponding matching part in the V Store.
The user has to be able to select either Brand A, B or X. Enter
a part number from either of these brands in a text box, and the form has to display the corresponding matching part number from the V Store.
You can choose from two approaches for the look-up table. Either
store the part numbers in a two-dimensional table or in an array of user-defined types. In either case, use the part number and brand entered by the user; look up and display the V Store part number.
Can someone help?
If someone want me I can send the work I have done so far.
Thanks
angeletino@hotmail.com