Hey guys dont know if this is a 'fixable' problem but...
I have a form that kicks off around 30+ pass thru queries each existing in its
own loop to get the proper variables for the WHERE stmt. The sql string is then set to a qrydef updated and appended to the corresponding table. This goes on 10 times for each query. This works okay and the data is created; however, during execution my screen goes white and does not show anything. Taskmgr shows not responding and it appears as if nothing is happening.
is there a way to stop this? Please let me know if further explanation is needed or of any way to fix this issue.
I am sure it has been answered before but in my searches I uncovered nothing.
I have a form that kicks off around 30+ pass thru queries each existing in its
own loop to get the proper variables for the WHERE stmt. The sql string is then set to a qrydef updated and appended to the corresponding table. This goes on 10 times for each query. This works okay and the data is created; however, during execution my screen goes white and does not show anything. Taskmgr shows not responding and it appears as if nothing is happening.
is there a way to stop this? Please let me know if further explanation is needed or of any way to fix this issue.
I am sure it has been answered before but in my searches I uncovered nothing.