Where can get whole functions instructions used in access?

  • Thread starter Thread starter Dawn
  • Start date Start date
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
 
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
 

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