learning code

G

Guest

I am interested in learning to code. I've been working on Access
successfully for about three years and everything I know I've learned from
this site. However, I don't know how to use VBA code and I'm not sure what
would be helpful. I'm guessing the best would be to learn SQL ... anyone
have any good hints on where a non-programmer should start to learn
programming. I'm not even sure what questions to ask to figure out where to
start.

Thanks for any advice
 
G

Guest

One thing you could do is view your queries in SQL view and try to understand
how the SQL code works. Start with simple 'Select' queries.

Steve
 
J

John W. Vinson

I am interested in learning to code. I've been working on Access
successfully for about three years and everything I know I've learned from
this site. However, I don't know how to use VBA code and I'm not sure what
would be helpful. I'm guessing the best would be to learn SQL ... anyone
have any good hints on where a non-programmer should start to learn
programming. I'm not even sure what questions to ask to figure out where to
start.

Thanks for any advice

Check out the links - particularly books - on

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

A free tutorial written by Crystal (MS Access MVP):
http://allenbrowne.com/casu-22.html

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

John W. Vinson [MVP]
 
A

Arvin Meyer [MVP]

There are literally tons of code in my 3 websites for you to learn from.
Look at the 3 websites listed below my signature. Additionally, go to the
main mvp.org website and look at all the Access MVPs websites. That should
keep you busy for a few years <grin>

http://www.mvps.org/links.html#Access
 
G

Guest

Thanks to all three of you guys, the help is really appreciated. I'll start
with looking at the websites and the books. Thanks again.
 
A

Arvin Meyer [MVP]

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