J
jfp
Does CurrentDb.RecordsAffected work properly with a Make-Table query ?
I have some code which uses CurrentDB.Execute "SELECT ... INTO ... FROM
...". The table is made correctly, but when i then use
CurrentDb.RecordsAffected i get 0 intead of the number of records in the
table. (Code is too messy post unless you insist, but there are no
intervening Execute statements)
I have some code which uses CurrentDB.Execute "SELECT ... INTO ... FROM
...". The table is made correctly, but when i then use
CurrentDb.RecordsAffected i get 0 intead of the number of records in the
table. (Code is too messy post unless you insist, but there are no
intervening Execute statements)