E
Eirik
Hello!
Today i am using a timer function to check a value in an text box at a form.
I ex:
If me.tbx_1 = "yes" then
'do something useful
end if
The tbx_1 field is bound to a table which i can update remotely.
This timer function runs continuesly trough the day on all computers. Every
time the code runs, ex every 10000ms, it hangs the form for a short period of
time.
My question is, is there any other way to make Access initiate code from å
remote computer?
Today i am using a timer function to check a value in an text box at a form.
I ex:
If me.tbx_1 = "yes" then
'do something useful
end if
The tbx_1 field is bound to a table which i can update remotely.
This timer function runs continuesly trough the day on all computers. Every
time the code runs, ex every 10000ms, it hangs the form for a short period of
time.
My question is, is there any other way to make Access initiate code from å
remote computer?