My form has a subform1. Subform1 has 5 tabs each with 2 fields: Field 1 is an employee’s score of themselves (self appraisal). Field 2 will represent their manager's appraisal of the employee. Both are option groups with values 1 thru 5. I have placed on each record a command button for a manager to say "I agree" so that it sets his Field 2 = Field 1 score.
The trouble is my macro that works so well on Tab 1 has to have the path it references altered for each of the other 4 tabs, in essence creating 5 macros.
Could VB more effectively handle this? Recommended threads or advice greatly appreciated.
The trouble is my macro that works so well on Tab 1 has to have the path it references altered for each of the other 4 tabs, in essence creating 5 macros.
Could VB more effectively handle this? Recommended threads or advice greatly appreciated.