Hi All, I wonder if anyone can help me with an odd problem?
I have a stock consumption database that I add functions to quite often. I've just added another function and am now seeing some odd behaviour when I run one of the append queries.
The query is supposed to move the closing stock across to become the opening stock and set the purchases, credits and closing stock to zero. It has worked very well in this way up until now.
What I'm seeing now is that the number of records it updates seems to be growing, where the warning message would previously say 'you are about to update 150 records' it now says 'you are about to update 22000 records'.
The database is functioning fine, all the equations are working as they should, as are the queries.
I import a product table with all the product info into the new version each time so I can't understand what the other records may be or where they are coming from.
Can anybody help me shed a little light on this?
Thanks
I have a stock consumption database that I add functions to quite often. I've just added another function and am now seeing some odd behaviour when I run one of the append queries.
The query is supposed to move the closing stock across to become the opening stock and set the purchases, credits and closing stock to zero. It has worked very well in this way up until now.
What I'm seeing now is that the number of records it updates seems to be growing, where the warning message would previously say 'you are about to update 150 records' it now says 'you are about to update 22000 records'.
The database is functioning fine, all the equations are working as they should, as are the queries.
I import a product table with all the product info into the new version each time so I can't understand what the other records may be or where they are coming from.
Can anybody help me shed a little light on this?
Thanks