References-How do I find out what they do?

  • Thread starter Darel Luechtefeld
  • 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=)
 
J

Joe Fallon

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!
 

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

Top