Besides what Arvin wrote, VBA codes can do a lot more than Macros. One
example is using the Recordset to process / update Table data.
Macros are fairly reliable but fairly underpowered c.f. VBA codes. Only in
one occasion that I found the Macros were converted incorrectly when the
database was converted from Access 2.0 to Access 2000.
--
HTH
Van T. Dinh
MVP (Access)
Ken said:
What are the advantages/disadvantages to using Macros versus Code? I have
stayed away from using macros for I thought I read somewhere that these are
not as reliable as code. Any input is appreciated.