How to do access scripting without using VBA

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.
 
D

Dirk Goldgar

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.
 
S

Stefan Hoffmann

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 <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top