T
thebigmac via AccessMonster.com
I'm working on a database that is based upon the following concept:
* A customer buys a product that has a unique serial number (primary key).
* Each product can be "customized" with numerous options.
* Each option has a unique number (may be a primary key) associated with it.
* There are approximately 1400 options to choose from. Each customer
"selects" how their purchase will be customized. The customer can select 1, 5,
50, 100 or more options from the list.
My challenge is to create a database where the sales rep can enter the unique
serial number and then select one or more options from the available list.
So...how do I create a form based on one serial number, then select the
options (possibly using a subform) applicable to that serial number?
I know I need a yes/no field. I DO NOT want to type in the option number
individually (I have already figured that out and it is way too time
consuming). I simply want to select the product serial number, open the
options list, select the option(s), and print a report specific to that
unique product serial number. To edit I would simply go in and add or delete
the options as necessary then reprint the report. (It is easier to scroll
through the available options and enable or disable the appropriate yes/no
field.)
It sounds simple but I am really at a loss on this one. My Access skills are
rudimentry at best (but I'm learning fast). Any help would be most
appreciated.
* A customer buys a product that has a unique serial number (primary key).
* Each product can be "customized" with numerous options.
* Each option has a unique number (may be a primary key) associated with it.
* There are approximately 1400 options to choose from. Each customer
"selects" how their purchase will be customized. The customer can select 1, 5,
50, 100 or more options from the list.
My challenge is to create a database where the sales rep can enter the unique
serial number and then select one or more options from the available list.
So...how do I create a form based on one serial number, then select the
options (possibly using a subform) applicable to that serial number?
I know I need a yes/no field. I DO NOT want to type in the option number
individually (I have already figured that out and it is way too time
consuming). I simply want to select the product serial number, open the
options list, select the option(s), and print a report specific to that
unique product serial number. To edit I would simply go in and add or delete
the options as necessary then reprint the report. (It is easier to scroll
through the available options and enable or disable the appropriate yes/no
field.)
It sounds simple but I am really at a loss on this one. My Access skills are
rudimentry at best (but I'm learning fast). Any help would be most
appreciated.