There may not be an answer to this, but I was wondering...
Is there a way to "fix" Access or at least my current project/database so that when the VBA code is running, the user form doesn't freeze up. I mean, I don't mind it not being accessible, but I'd like at least for some updates to show on the form.
Currently, on the form of the moment, when I run it, I click a button that starts off a VBA procedure from a Module (not Form Module) - the Form Module just has a call to the procedure.
After the procedure starts, everything pretty much freezes. During that time, I was wanting to update a couple text fields on the form just mainly to let the user know that the database is still running. Well, sometimes those fields change, and sometimes they don't, but the procedure always completes.
Does anyone know of a general fix either in code or an option to check on the form to get around this?
Thanks in advance for any thoughts or advice.
--
"If to err is human, then I must be some kind of human!" -Me
Is there a way to "fix" Access or at least my current project/database so that when the VBA code is running, the user form doesn't freeze up. I mean, I don't mind it not being accessible, but I'd like at least for some updates to show on the form.
Currently, on the form of the moment, when I run it, I click a button that starts off a VBA procedure from a Module (not Form Module) - the Form Module just has a call to the procedure.
After the procedure starts, everything pretty much freezes. During that time, I was wanting to update a couple text fields on the form just mainly to let the user know that the database is still running. Well, sometimes those fields change, and sometimes they don't, but the procedure always completes.
Does anyone know of a general fix either in code or an option to check on the form to get around this?
Thanks in advance for any thoughts or advice.
--
"If to err is human, then I must be some kind of human!" -Me