Re: Where can I find reference documentation for Access?



The programming language in Access is Visual Basic for Applications (VBA).

It's not a scripting language it's a fully formed procedural language.

You have to be careful with the word macro. I realise that in Word/Excel
etc they refer to VBA code as being synonymous with macros but this is due
to an unfortunate history in the development of coding for these
applications.

In Access a macro is a specific way to automatically carry out user actions,
it does not refer to VBA code.

You can get a lot of help from the VBA help file, this is the one you get
from the code window not from the main Access window, but I suspect from the
way your question is phrased that you may well need to look at obtaining a
beginners programming book of some kind.


--

Terry Kreft


<audleman@xxxxxxxxxxx> wrote in message
news:1136414530.448211.26130@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I'm very new to Access, although I have programmed extensively with
> VBScript. I'm looking for documentation for the scripting language used
> to write Macros. I'd even appreciate if someone could tell me what that
> scripting language is called.
>
> I recogzine the syntax from VBScript, but there are all these objects
> like ADODB.Recordset, Me, CurrentProject that I don't know much about
> and I don't have a good idea of the framework.
>
> Any help greatly appreciated!
>
> Kevin
>


.



Relevant Pages

  • Re: LaTeX, misallocated effort?
    ... Document markup is provided by a TeX-like macro language. ... To write styles ant provides a scripting language. ... The typesetting algorithms are written in OCaml. ... to the difference in programming languages. ...
    (comp.text.tex)
  • Re: first book about python
    ... I don't know PERL or any other scripting language. ... programming. ... I found the "Python Learn to Program" textbook from Deitel & Deitel to be very good. ...
    (comp.lang.python)
  • Scripting Language
    ... Please excuse this post if I have put it in the wrong group - was not ... whatever reason, so perhaps it needs to be setup not to run ... visual basic and basic programming, as well as vba for msoffice 2003. ... I have read in passing about a scripting language so I know ...
    (microsoft.public.windowsxp.basics)
  • Re: [MSH] Something I still do not understand
    ... programming knowledge, but from what I have seen the syntax is similar. ... Then there is the idea that a shell scripting language ... doesn't need to be statically type safe like C#. ...
    (microsoft.public.windows.server.scripting)
  • Re: How you call these task
    ... The task itself is not a macro. ... or code written in a "scripting language" such as VB ... If I click the line again the information collapse. ...
    (microsoft.public.word.vba.general)

Loading