Functions

  • Thread starter Thread starter Darla E
  • Start date Start date
D

Darla E

Is there any where I can find a listing of all the
expression functions for access. I would like a book or a
web site that will explain what each one does and the
information they need to work. Any ideas?
 
Darla, are you using A2K or later? If so, start by looking in the Visual
Basic Editor, because you won't find syntax for built-in functions,
properties, and methods in the regular online Help (#$%@?!! Microsoft!).
To do this, select Modules, click on New to create a new module (or
Design to open an existing one), and start your search there.

hth,

LeAnne
 
From the Access window - Help, Contents tab,
Programming in Visual Basic
Visual Basic Language Reference
Functions
 

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

Back
Top