I have a Main Form control setup with a notinlist event ... if I enter a value in the control the event works great and my add to list code works. However a subform control has a result that I want to throw into the Main form control.
I used the Forms!<formname>.<controlname>.value = <somevalue> ... this doesn't trip the notinlist event so the value is not added to the list
is there a way in code to force the notinlist event to occur? Keeping in mind behind the notinlist event is some kind of test to ensure duplicates are not added
I used the Forms!<formname>.<controlname>.value = <somevalue> ... this doesn't trip the notinlist event so the value is not added to the list
is there a way in code to force the notinlist event to occur? Keeping in mind behind the notinlist event is some kind of test to ensure duplicates are not added