Hey all,
I'm trying to run some code on the Form_Load() event. However, any code I put there seems to be bypassed (I even added a 'Stop' and nothing happened). I've had to add said code to the Form_Open(Cancel As Integer) event instead.
Any ideas why Form_Load would be bypassing code?
I'm trying to run some code on the Form_Load() event. However, any code I put there seems to be bypassed (I even added a 'Stop' and nothing happened). I've had to add said code to the Form_Open(Cancel As Integer) event instead.
Any ideas why Form_Load would be bypassing code?