new_2_prog
Registered User.
- Local time
- Today, 14:19
- Joined
- Aug 4, 2008
- Messages
- 58
I have a function in the back end of my database that deletes and imports tables from MAS90.
I have a front end where all the queries, forms, reports and links to the back end tables. At times I will need to force the deleting and importing of tables through a command button on a form. I am able to call the function in the back end from the front end, it deletes the tables in the back end like it should but then when it goes to import the tables it does it in the front end.
In the front end I went to Tools, References and found the back end database in order to call the function but why the glitch, is there a better or different way to achieve this?
Thanks!
I have a front end where all the queries, forms, reports and links to the back end tables. At times I will need to force the deleting and importing of tables through a command button on a form. I am able to call the function in the back end from the front end, it deletes the tables in the back end like it should but then when it goes to import the tables it does it in the front end.
In the front end I went to Tools, References and found the back end database in order to call the function but why the glitch, is there a better or different way to achieve this?
Thanks!