References-How do I find out what they do?

  • Thread starter Thread starter Darel Luechtefeld
  • Start date Start date
D

Darel Luechtefeld

Hello,

I'm new to programming in Windows, how is a person to know what all of
those reference libraries do and what is the right one for the current
project.

Thanks in advance=)
 
There are too many to fully understand.

The common ones are Excel, Word, Outlook.

Think of the Libraries as a way to do something in code in stead of the UI
(user interface) of each of those applications. So you can open Excel from
Access and build a spreasheet in code. And the user never even has to see
Excell because you can hide it. Very powerful stuff. But you only need it if
you need to interwct wiht other software. Access is plenty big enough for
you to spend a few years exploring just it!
 
Back
Top