Hi,
I am facing a new situation over here, and hope some of you could give me a little help.
In my application there is a function. This function has a lot of calculations and call to others function.
What I wish to to is: When the function starts, I load a small form with a clock (current time) and a timer (elapsed time, that means current time less start time). So, when the function ends, I will save those information in my log table and close the form.
The form is working fine alone. But it just doesn't update its information while the function is running.
Is there a way to make it work ? I am not thinking about multithreading, what I know Ms Access can't handle, but maybe create an ActiveX control, or something.
Thanks.
I am facing a new situation over here, and hope some of you could give me a little help.
In my application there is a function. This function has a lot of calculations and call to others function.
What I wish to to is: When the function starts, I load a small form with a clock (current time) and a timer (elapsed time, that means current time less start time). So, when the function ends, I will save those information in my log table and close the form.
The form is working fine alone. But it just doesn't update its information while the function is running.
Is there a way to make it work ? I am not thinking about multithreading, what I know Ms Access can't handle, but maybe create an ActiveX control, or something.
Thanks.