Where can get whole functions instructions used in access?

A

Albert D. Kallal

You don't mention what version of MS access, but there is a very nice
listing of all the built in functions in the help section.

(the trick is to be in the code editor when you launch the help, not in the
user interface part).

in addition to the above built in list, most of it is duplicated and you can
find it on line here:

The main entry point for the full VBA language reference is here:
http://msdn.microsoft.com/en-us/library/aa663079.aspx

And the function references here:
http://msdn.microsoft.com/en-us/library/aa246062(office.11).aspx
 
S

Serena

Thanks to both of you for this response, you've saved my sanity, having spent
half the day trying to find this info in the Access Help !! Why wouldn't
this info be available in the main Help when you can use these functions in a
bog standard query ????

Again, many thanks
Serena
 
Top