Microsoft Access 2003

geek.shrek

New member
Local time
Yesterday, 23:20
Joined
May 28, 2008
Messages
3
Hi,

Is this the right forum to discuss Microsoft Access 2003 technical side?

I wonder how to use a DLL library that compiled by C++ in Microsoft Access 2003?

Also, Can someone point me to some good sites to learn programming in Microsoft Access 2003. I need to create an application using Access 2003.

Thanks,
 
You will want to look at keywords such as API and "Declare" for using DLLs in Access VBA. Here's a great site for API information.

As to learning about Access in general, I want to make sure the first thing you do is to read up on Normalization because you definitely will want your database to be in Third Normal Form. Use Google to search.

After that, a good way to learn is to decide on a specific problem you want to solve, then google or look at usenet for explanation on how other solved problems, and you will find code snippets to give you general idea of how VBA works.

Finally, click the second link in my siggy for information about debugging and getting everything to work.

HTH.
 

Users who are viewing this thread

Back
Top Bottom