G
Guest
I was wondering if it was possible to return the number of records from an append query into a variable. I have a query, which will first check that the record to be appended is unique in all its values. Once this has run, it then does a series of update queries. However, as these subsequent queries take considerable time to run. If I can return the number of records that are appended, then I can put in a simple check that will not run these subsequent queries and save a lot of time.
Any advice?
Any advice?