Hi All,
I'm looking for a way to make a wait in my code before executing next steps in my procedure...
I will explain what I'm doing :
On button clic, I have set a vbscript to make a comma delimited file from a text report. And after that the vbscript has been executed in msaccess, my code do an import of the newfile in a pre-define table. But the script takes about 5 seconds to do.... and I need to wait about 10 seconds after the execution of the script...
Can anyone help me on this ?
Thanks,
Doris
I'm looking for a way to make a wait in my code before executing next steps in my procedure...
I will explain what I'm doing :
On button clic, I have set a vbscript to make a comma delimited file from a text report. And after that the vbscript has been executed in msaccess, my code do an import of the newfile in a pre-define table. But the script takes about 5 seconds to do.... and I need to wait about 10 seconds after the execution of the script...
Can anyone help me on this ?
Thanks,
Doris