miless2111s
Active Member
- Joined
- Feb 10, 2016
- Messages
- 279
- Office Version
- 365
- 2016
- Platform
- Windows
I want to make a form which behaves like the standard data entry form but customise the layout.
Things I like about the Data Entry form:
* the ability to scroll through the data
* it displays the data currently in the cells
* I can make changes to the data and the change is committed to the cell without needing to press OK etc
* There is a form of search
* I can protect some of the columns so that the contents can't be changed
Things which are not good
* I need to customise the layout
* I need to be able to make some of the fields a lot bigger to display more text
* I want to be able to put explanation text, branding etc. to make the form more 'friendly'
My situation is that I have a very wide sheet containing questions (a series of health check questions auditing aspects of projects) with a series of criteria or example answers to guide the auditor in scoring that aspect of the project. These fields need to be displayed (not edited). Then I have a score field (to be edited) and a series of fields to contain remedial actions, final scores, updates etc. I want to have a form which the auditor can scroll through the questions and complete the scores, actions etc without needing to scroll left and right. I would prefer that they don't need to click enter every time as that might make is slower for them and they may forget to commit the score. I also need them to be able to move up and down the list of questions and edit answers as required.
Seeing the standard data entry form in action gives me hope that this is possible and I've found a number of examples of forms which create new rows (not desirable!) but I am struggling to find examples that do what I want to do (move around defined rows and display / edit their content) which makes me think that I am asking the wrong questions/search queries.
Hopefully you can all help me. Please note that I am not a VBA programmer and as this is strongly in that area I need to either copy stuff (standing on the shoulders of giants) or be gently lead by the hand to enlightenment
Thanks in advance.
Miles
Things I like about the Data Entry form:
* the ability to scroll through the data
* it displays the data currently in the cells
* I can make changes to the data and the change is committed to the cell without needing to press OK etc
* There is a form of search
* I can protect some of the columns so that the contents can't be changed
Things which are not good
* I need to customise the layout
* I need to be able to make some of the fields a lot bigger to display more text
* I want to be able to put explanation text, branding etc. to make the form more 'friendly'
My situation is that I have a very wide sheet containing questions (a series of health check questions auditing aspects of projects) with a series of criteria or example answers to guide the auditor in scoring that aspect of the project. These fields need to be displayed (not edited). Then I have a score field (to be edited) and a series of fields to contain remedial actions, final scores, updates etc. I want to have a form which the auditor can scroll through the questions and complete the scores, actions etc without needing to scroll left and right. I would prefer that they don't need to click enter every time as that might make is slower for them and they may forget to commit the score. I also need them to be able to move up and down the list of questions and edit answers as required.
Seeing the standard data entry form in action gives me hope that this is possible and I've found a number of examples of forms which create new rows (not desirable!) but I am struggling to find examples that do what I want to do (move around defined rows and display / edit their content) which makes me think that I am asking the wrong questions/search queries.
Hopefully you can all help me. Please note that I am not a VBA programmer and as this is strongly in that area I need to either copy stuff (standing on the shoulders of giants) or be gently lead by the hand to enlightenment
Thanks in advance.
Miles