P
PJFry
As I learn more about coding, I see a lot of examples where folks use a
recordset to update a table rather than write a SQL statement and use
docmd.RunSQL. Just from a syntax standpoint, the rs.update method seems much
easier for me. Is there another, more technical reason to use over the other?
Thanks!
PJ
recordset to update a table rather than write a SQL statement and use
docmd.RunSQL. Just from a syntax standpoint, the rs.update method seems much
easier for me. Is there another, more technical reason to use over the other?
Thanks!
PJ