All about Macros

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've never used macros and I'm just learning how they work. When you create
macros for the first time for a database, do these macros generate a new
table? And later when you utilize the macros do they update the table they
created?
 
It depends.

Macros may or may not have anything to do with tables. You could have a
macro that simply opens a message box.

However, it's unlikely that a macro would be intelligent enough to create a
table on one invocation and update that same table in another invocation.
 
Back
Top