T
ts383
Guest
I need to call the Click event for a button my form when a different button is clicked. (I need to fire the Add New record button when I click the Import Old Record button)
I've tried
Call btnNewApp_Click
But it doesn't work.
If I physically click the New App button, then click my import button, the code works. If I run my Import button only, which is supposed to call btnNewApp_Click, it doesn't work.
Any suggestions/
I've tried
Call btnNewApp_Click
But it doesn't work.
If I physically click the New App button, then click my import button, the code works. If I run my Import button only, which is supposed to call btnNewApp_Click, it doesn't work.
Any suggestions/