
Access VBA - Good place to start??
PS. There is no "Record Macro" function in Access. If you're going to
use code -- and it is hard to avoid this unless you are doing _very_
basic stuff with a database -- then you have to write it from scratch.
(Or borrow it from any of the public sources such as the site mentioned
below.)
HTH,
--
National Library of Canada
-- Nothing in the above should be construed to represent
anything other than my own opinions and personal reality. --
Quote:
> http://mvps.org/access/ This may not be exactly what your looking
for but
> is probable the most posted web site in access newsgroups. Access
> Developers Handbook is a good resource. Access VBA 2000, 2002 book is
> pretty good for a start. If you use the macros in access note that
you can
> convert these to VB through tools\macro on the menu.
> > I've been working with Excel VBA for a while and I'm
> > looking to write a few simple macros/modules(?) in
> > Access. Just a couple loops running a couple queries to
> > start.
> > Can someone please point me to a decent web reference on
> > getting started?
> > In excel,we can record actions, and that helped me pick up
> > on some of the syntax. Does Access have a similar feature?
> > Thanks,
> > M