How to do access scripting without using VBA

  • Thread starter Thread starter srini
  • Start date Start date
S

srini

Hi All,
Is it possible to do access scripting with out using VB code?. If yes, Could
i have some useful links about this..
Thank you all in advance.
 
srini said:
Hi All,
Is it possible to do access scripting with out using VB code?. If yes,
Could
i have some useful links about this..
Thank you all in advance.


You can use macros. These are rather limited in versions before Access
2007, in which they were greatly enhanced.

Here's a link to one of the online help topics on Access 2007 macros:

http://office.microsoft.com/en-us/access/HA012142021033.aspx

For versions of Access before 2007, VBA code is much, much more powerful.
 
hi,
Is it possible to do access scripting with out using VB code?. If yes, Could
i have some useful links about this..
Thank you all in advance.
Basically: Yes, you may use the macros, but you can't do everything you
can do with VBA and it is more error prone.


mfG
--> stefan <--
 
Back
Top