Access Programming Manuals

  • Thread starter Thread starter mjones
  • Start date Start date
M

mjones

Hey all. Does anyone know where i can find any good
Access 2000 programming manuals? I'm starting to do alot
with Access and have taken a few courses. Levels 1,2,3.
Unfortunately, they don't cover much for the actual
programming. IE, (IIF, TRIM, MID, LEFT RIGHT, INSTR,
STRCONV, ETC...)

And some instructors are only book smart. When applying
it in real situations, they can't seem to answer all of
my questions.

Any idea where i can find a good one, without paying a
fortune. Any idea where i can download one for free even?

What about Visual basic?


thanks.
 
A good Visual Basic book should have the commands you are mentioning. However, you may
want to check the help file first. Open a code window (Alt+F11) and choose Help to open
the VBA help. In the Contents tab go down though the groups of items. The ones you have
listed should be under the Functions topic.
 
Back
Top