Share via

Form with embedded table

Anonymous
2022-03-14T21:40:06+00:00

I am creating a Performance Appraisal Form in MS Word. I have included "Check Boxes" using the Developer function to allow for supervisors to easily click a box under the appropriate employee rating, i.e., Needs Improvement, Successful, Exceeds Expectations. Each rating (check box) has a corresponding value, that when added together, indicates a total score that is equal to a certain merit pay increase. Is it possible to assign a value to each checked box, then have Word total the values of all checked boxes to provide the end user with a total score at the end of the Appraisal document? I know this can be done in Excel, but I am not sure I can format the Appraisal Form in Excel as easily as I can in Word. Thank you for any help you can provide!

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Doug Robbins - MVP - Office Apps and Services 323.1K Reputation points MVP Volunteer Moderator
2022-03-14T22:46:26+00:00

What type of checkboxes have you used for the form? - Content Control, Legacy Forms, or Active X

To avoid the issue where more that one of the check boxes are ticked, you might want to consider using a combo-box control that contains the items:

Needs Improvement
Successful
Exceeds Expectations

However, whatever way that you do it, you are going to need to use some VBA code to produce the desired result and the code will depend upon the type of controls that are being used.

If you send me a copy of the form, referencing this thread in the covering email message, I will take a look at the issue.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-03-14T23:43:08+00:00

    Hi Doug,

    I sent an email with the attached document, as you requested. Really looking forward to any help you can provide!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments