Hi,
I am trying to call a command button on a form to click it from code. I have this but it is giving an error
CallForms![Delete Data from Tables fm].BackUpDatabase_Click
Run time error 424
Object required.
My form is called Delete Data from Tables fm
and the command button is called BackUpDatabase
Thanks BBryan
I am trying to call a command button on a form to click it from code. I have this but it is giving an error
CallForms![Delete Data from Tables fm].BackUpDatabase_Click
Run time error 424
Object required.
My form is called Delete Data from Tables fm
and the command button is called BackUpDatabase
Thanks BBryan