access_viper
Registered User.
- Local time
- Today, 11:10
- Joined
- Mar 7, 2008
- Messages
- 15
Hello.
Here is my situation:
1 Table Employees
Columns:
Name, Score, Recommendation1, Recommendation2, Recommendation3
1 Form
On the form, I have drop down box that enables the end-user to select a score (1,2,3). The recommendation fields in the Employees table are pre-populated with static text. When the end-user uses the form and select 1,2, or 3 from the drop down box, I would like only one recommendation to be left in the current record.
Simply, for Employee John Smith, the end-user (his manager) will use the form and select 3 which is linked to the column Score in Employees, the contents of Recommedation1 and Recommendation2 should be deleted. So when a report is printed for the Employees table, only one recommendation is in the table and will get printed.
I am trying to accomplish this with an "After Update" event linked to the drop down list unsuccessfully. Actually, nothing happens and I do not receive any errors or results. Any ideas or recommendations?
Thank you in advance for reading my post.
Here is my situation:
1 Table Employees
Columns:
Name, Score, Recommendation1, Recommendation2, Recommendation3
1 Form
On the form, I have drop down box that enables the end-user to select a score (1,2,3). The recommendation fields in the Employees table are pre-populated with static text. When the end-user uses the form and select 1,2, or 3 from the drop down box, I would like only one recommendation to be left in the current record.
Simply, for Employee John Smith, the end-user (his manager) will use the form and select 3 which is linked to the column Score in Employees, the contents of Recommedation1 and Recommendation2 should be deleted. So when a report is printed for the Employees table, only one recommendation is in the table and will get printed.
I am trying to accomplish this with an "After Update" event linked to the drop down list unsuccessfully. Actually, nothing happens and I do not receive any errors or results. Any ideas or recommendations?
Thank you in advance for reading my post.