N
nerb61 via AccessMonster.com
I have created a one-time per user user database to collect data for
implementation of our software. I have come up against a couple of challenges
that I'm hoping you can help me with.
There are about 300 Questions divided into 90 Issues contained in 3
Categories. If the user answers NA or No or to the 1st Question in any Issue
- they should proceed to the next Issue (Issues are the main Form, Questions
are on subform). Also all other questions within issue should be marked as NA.
When user comes to end of Issue questions Next Issue should follow without
having to click outside subform. Issue should be marked as complete (label,
textbox, or subform - visible property when issue questions complete?) - not
sure how to accomplish this.
On load - look for incomplete questions - prompt user to go to.
Disable Print Report until all questions are complete.
I currently have a 3 Main forms frmClinicalIssues, CoreIssues,
Technicalissues with several subforms frmQuestions, frmResponses,
frmResponsesYN, ResponsesNA, frmIssueComplete
It works fine the way it is - it collects the data - displays information
based on user responses and outputs report. It's just not that user friendly.
Any ideas would be greatly appreciated.
implementation of our software. I have come up against a couple of challenges
that I'm hoping you can help me with.
There are about 300 Questions divided into 90 Issues contained in 3
Categories. If the user answers NA or No or to the 1st Question in any Issue
- they should proceed to the next Issue (Issues are the main Form, Questions
are on subform). Also all other questions within issue should be marked as NA.
When user comes to end of Issue questions Next Issue should follow without
having to click outside subform. Issue should be marked as complete (label,
textbox, or subform - visible property when issue questions complete?) - not
sure how to accomplish this.
On load - look for incomplete questions - prompt user to go to.
Disable Print Report until all questions are complete.
I currently have a 3 Main forms frmClinicalIssues, CoreIssues,
Technicalissues with several subforms frmQuestions, frmResponses,
frmResponsesYN, ResponsesNA, frmIssueComplete
It works fine the way it is - it collects the data - displays information
based on user responses and outputs report. It's just not that user friendly.
Any ideas would be greatly appreciated.