G
Guest
Hi All:
I'm not sure if I'm in the correct forum. If I'm not please let me know.
I am in the process of designing an ADP for a homebuilder that will track
customer choices on a variety of options on the home.
The main data set is called the Customer Selection sheet and it will consist
of the following subsets of data:
Exterior Color Selections
Interior Color Selections
Appliance Selections
Cabinet Selections
Flooring Selections
Plumbing
Within each of these data subsets, there are any number of individual line
items on which the customer has to make a choice. The number of these line
items depends on the plan of the house. The builder has about 10 different
plans and each or these plans can have up to 10 different flavors. The
availability of the line items in each Selection subset depends upon what
"flavor" of the plan is chosen.
Because of the ongoing problems the company has had with inputing improper
information or not getting required selection choices for a given plan, I
have been asked to design a data entry form that displays all of the required
selection requirements based upon which flavor of the housing plan is
selected. I potentially would have to potentially display up to 100 possible
form views based on the flavor of the plan that is chosen.
Here is my question: What is the best way to approach this issue in the
most efficient manner? I was going to Hide/Unhide fields based upon the ID
of the Plan that is chosen. If I have 100 possible choices, would this be a
feasible approach? My other idea was to possibly store the form definition
data in a table and have Access display the proper fields by looking at
definition in the table for that particular PlanID. My question then
becomes, can this be actually done and how could I use vba to translate the
table data into the form that's needed.
Any comments or suggestions would be appreciated.
Thanks
I'm not sure if I'm in the correct forum. If I'm not please let me know.
I am in the process of designing an ADP for a homebuilder that will track
customer choices on a variety of options on the home.
The main data set is called the Customer Selection sheet and it will consist
of the following subsets of data:
Exterior Color Selections
Interior Color Selections
Appliance Selections
Cabinet Selections
Flooring Selections
Plumbing
Within each of these data subsets, there are any number of individual line
items on which the customer has to make a choice. The number of these line
items depends on the plan of the house. The builder has about 10 different
plans and each or these plans can have up to 10 different flavors. The
availability of the line items in each Selection subset depends upon what
"flavor" of the plan is chosen.
Because of the ongoing problems the company has had with inputing improper
information or not getting required selection choices for a given plan, I
have been asked to design a data entry form that displays all of the required
selection requirements based upon which flavor of the housing plan is
selected. I potentially would have to potentially display up to 100 possible
form views based on the flavor of the plan that is chosen.
Here is my question: What is the best way to approach this issue in the
most efficient manner? I was going to Hide/Unhide fields based upon the ID
of the Plan that is chosen. If I have 100 possible choices, would this be a
feasible approach? My other idea was to possibly store the form definition
data in a table and have Access display the proper fields by looking at
definition in the table for that particular PlanID. My question then
becomes, can this be actually done and how could I use vba to translate the
table data into the form that's needed.
Any comments or suggestions would be appreciated.
Thanks