Access question: Resolved
I have a VB6 app that calls an access query.
Inside the access query is a function that I have built in the access db.
My problem is when I run the VB app the access VBA code editor opens and I have to step through the function to continue running the app.
Does anybody know how to stop this?
Re: Access question: Resolved
That worked. Thanks.
Do you know if there is a setting in Access that will cause the code editor to open. There will be a need in the future to use a function and I would like to know if this is possible.
Thanks again.
Re: Access question: Resolved
place the word STOP at the begining of the procedure, when the code hits this line it will go into break mode.