How to write visual basic code.

G

Guest

I am REALLY new to programming and Visual Basic Code and am learning by
doing. Is there a reference or website that I can use to help "decode" the
syntax and how to implement it?
 
R

RD

I am REALLY new to programming and Visual Basic Code and am learning by
doing. Is there a reference or website that I can use to help "decode" the
syntax and how to implement it?

A reference that I've found very valuable is VBA Developer's Handbook by Getz
and Gilbert. Last I checked it was running about $50 but it's a great book.

Also, this newsgroup is an incredible asset. When you run into a particular
issue you can post a question here and expect a reasonably quick and helpful
response.

Here are some of the links that I keep in my Favorites folder:

http://www.mvps.org/access/ Great site!
http://www.cpcug.org/user/clemenzi/technical/Databases/MSAccess/
http://www.rogersaccesslibrary.com/index.htm
http://home.bendbroadband.com/conradsystems/accessjunkie.html
http://allenbrowne.com/tips.html
http://www.accessmvp.com/djsteele/AccessIndex.html


Cheers,
RD
 
M

Marshall Barton

LisaVH said:
I am REALLY new to programming and Visual Basic Code and am learning by
doing. Is there a reference or website that I can use to help "decode" the
syntax and how to implement it?


The official reference is the VB Help file. Where you can
find it depends on your version of Access. In A2002, it's
in the Contents - VB Conceptual Topics section of the VB
window's Help (open the VB window via Ctrl+g from main
Access window).
 

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

Similar Threads


Top