I am having three forms
1. Main page
2. Input page
3. Output page
I want load event to be activated whenever coming from Main page to Inputpage and activate event when coming from output page to input page.
But what i am getting is that only for the first time load is activated and for all other only activate is called.
I’m not really sure what you’re saying but if I understand you, you want to execute the contents of a load event more than once? Maybe can you just create a private sub and put what you need to be executed in that and then call it to execute the code? Works for me when I need to refresh a dataset that is filled when the form load event occurs.
Not to sure, sorry..