I've written some code which basically takes information from one table and then compares it against two other tables and then CREATES a new table from the result.
I used the INNER JOIN .... ON ....
Then to compare I used INSERT ......
The codes works fine until I add the WHERE .....
Now without copying the code (it is fairly long-winded) would anyone know why records would be repeated endlessly to the point ACCESS errors out by maxing out at .99MB ?
Has anyone run into this problem before and what was done to rectify the problem?
thanks
I used the INNER JOIN .... ON ....
Then to compare I used INSERT ......
The codes works fine until I add the WHERE .....
Now without copying the code (it is fairly long-winded) would anyone know why records would be repeated endlessly to the point ACCESS errors out by maxing out at .99MB ?
Has anyone run into this problem before and what was done to rectify the problem?
thanks