- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
There are two coding techniques you can use to do this. Before we get to the coding the technique that will be used is to put code on the exit event of the field where the employee enters their name. The code would check to see what was entered and based on that value will update the Manager field with the correct name. This can be accomplished by using a series of IFstatements or if there are a large number of entries a SWITCH statement might be easier. I created a quick sample to show you how it is done for both.
Paul