My boss asked me to assess how long a project will take and I need some input.
The project will require me to create a user form with around 8 pages for input. Each page will focus on a specific category. Each category will have about 10 questions (option boxes, check boxes, drop down list, etc), maybe 30 controls?
I will then need to take all the input from each category and store it somewhere for future use. Also I will need to do some sort of scoring and compare it to other companies / benchmarks that are already in our database (excel sheet with all other clients info maybe).
After that I will then need to display results, mostly graphically through a variety of charts.
My VB skills are alright I think, don't really know too much about importing other modules / classes etc. I have written in VB before.
I think I can gather the input without much problem, except setting up all the forms and controls which I think will take some time. However, I think the charting will give me problems. Is it easy to add dynamic charts onto a user form, etc.
Ultimately, they want the user to fill out the forms and then hit "calculate" and a bunch of charts will appear on the user form.
Thanks.
The project will require me to create a user form with around 8 pages for input. Each page will focus on a specific category. Each category will have about 10 questions (option boxes, check boxes, drop down list, etc), maybe 30 controls?
I will then need to take all the input from each category and store it somewhere for future use. Also I will need to do some sort of scoring and compare it to other companies / benchmarks that are already in our database (excel sheet with all other clients info maybe).
After that I will then need to display results, mostly graphically through a variety of charts.
My VB skills are alright I think, don't really know too much about importing other modules / classes etc. I have written in VB before.
I think I can gather the input without much problem, except setting up all the forms and controls which I think will take some time. However, I think the charting will give me problems. Is it easy to add dynamic charts onto a user form, etc.
Ultimately, they want the user to fill out the forms and then hit "calculate" and a bunch of charts will appear on the user form.
Thanks.