Romio_1968
Member
- Local time
- Today, 14:55
- Joined
- Jan 11, 2023
- Messages
- 126
I have a dropdown menu, Usualy, it is populated by the user by picking a value. In some situations, the dropdown value is populated from annother form, using the code
Code:
[Forms]![AddTitle_Frm]![Domain1] = Me.Domain
[Forms]![AddTitle_Frm]![Domain1].SetFocus
[CODE]
In this situation, the value is written in the dropdown but the AfterUpdate event is not triggered.
What should I do to triger this event without human intervention?
Thank You