N
NNlogistics
I am sorry but this will be lenghty. I have little to no VBA experience and
do all my work using access tools.
My probems revolves around web access using DAPs and the problem with an
open DB when not in use. The DAP pages I use are based on parameter queries
where a pop up requiring input appears on top of the underlying web page. If
the user enters the parameters required, the popup disappears and the data
populates the form. I can then log off user after x amount of time with
<META http-equiv=REFRESH content=25;URL=Query_Loggout.htm> The data base
closes and all is well. However if the user doesnt do anything an leaves the
popup open. The timer will close the underlying form and leave the parameter
popup and the db will not close.
I am sure that the better way to do is from the access side. However until
my VBA skills are better, I was hopping another solution on the html side is
available.
Thanks for taking the time to read this mess.
do all my work using access tools.
My probems revolves around web access using DAPs and the problem with an
open DB when not in use. The DAP pages I use are based on parameter queries
where a pop up requiring input appears on top of the underlying web page. If
the user enters the parameters required, the popup disappears and the data
populates the form. I can then log off user after x amount of time with
<META http-equiv=REFRESH content=25;URL=Query_Loggout.htm> The data base
closes and all is well. However if the user doesnt do anything an leaves the
popup open. The timer will close the underlying form and leave the parameter
popup and the db will not close.
I am sure that the better way to do is from the access side. However until
my VBA skills are better, I was hopping another solution on the html side is
available.
Thanks for taking the time to read this mess.