Is there any way to determine the number of rows that are about to be appended to a table using an insert query through DoCmd.RunSQL [query] ?
If I don't turn warnings off, Access will visually display how many rows are about to be appended, but is there any way to access this in the code?
Thanks,
Tom
If I don't turn warnings off, Access will visually display how many rows are about to be appended, but is there any way to access this in the code?
Thanks,
Tom