Hi,<br>
<br>
I have inherited an application written using Access with an Oracle backend. I write using VB normally so I know VBA. The person who wrote this used macros and queries i.e one macro calls ten queries which use make tables... you get the idea (waking nightmare)<br>
<br>
I had to replace one query with some ADO code to increase performance (from 3 hours to 2 mins!!!). HOwever I'm trying to put my code into a macro. I use the OpenModule and give the routine name. It runs fine, but it actually opens the module window. I don't want the users to see the code - how can I supress the window opening??<br>
<br>
Thanks,<br>
<br>
C
<br>
I have inherited an application written using Access with an Oracle backend. I write using VB normally so I know VBA. The person who wrote this used macros and queries i.e one macro calls ten queries which use make tables... you get the idea (waking nightmare)<br>
<br>
I had to replace one query with some ADO code to increase performance (from 3 hours to 2 mins!!!). HOwever I'm trying to put my code into a macro. I use the OpenModule and give the routine name. It runs fine, but it actually opens the module window. I don't want the users to see the code - how can I supress the window opening??<br>
<br>
Thanks,<br>
<br>
C