abhinarulkar
12-02-2004, 01:17 AM
Hello,
I have defined a macro in MS Access database. The macro is supposed to execute a method, hence I have defined the action of the macro to be "Runcode". Upon declaring a runcode option, we have to define the function name which would get executed. In many places I have seen these to be defined in two ways as shown below:-
=xGetAllUsers()
and
xGetAllUsers()
Kindly let me know whats the difference between these two ways.
Thanks
Abhishek.
I have defined a macro in MS Access database. The macro is supposed to execute a method, hence I have defined the action of the macro to be "Runcode". Upon declaring a runcode option, we have to define the function name which would get executed. In many places I have seen these to be defined in two ways as shown below:-
=xGetAllUsers()
and
xGetAllUsers()
Kindly let me know whats the difference between these two ways.
Thanks
Abhishek.