|
 |
access thread: Using Macros
Message #1 by "Zaragoza, Enzo" <enzaux@y...> on Thu, 24 Jan 2002 22:38:30 +0800
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0088_01C1A527.D90537F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all!!!
I was just wondering what's the difference of using macros and
manually coding the process like opening a form or a report, exiting a
form and etc. Before I used to do my printing through making codes but
I found out that it is more easy if i do it in macro and also I can
reuse it in all forms that I've made. Which is more preferred method to
use? Those using macros has its own disadvantages? Which will optimize
my dtabase program?
Thanks,
Enzo :)
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #2 by "Mike" <mike.day@o...> on Fri, 25 Jan 2002 09:24:51
|
|
One difference between coding and macro's is that you can't debug a macro!.
I tend to code everything so you can see whats happening.
Ta
Message #3 by John Fejsa <John.Fejsa@h...> on Tue, 29 Jan 2002 09:05:21 +1100
|
|
Another important issue is the fact that you cannot trap errors with
macros. Try to avoid macros...they are bad news!
>>> mike.day@o... 25/01/2002 20:24:51 >>>
One difference between coding and macro's is that you can't debug a
macro!.
I tend to code everything so you can see whats happening.
Ta
This message is intended for the addressee named and may contain confidential information. If you are not the intended recipient,
please delete it and notify the sender. Views expressed in this message are those of the individual sender, and are not necessarily
the views of Hunter Health.
|
|
 |