Where to start with coding

  • Thread starter Thread starter Chimp
  • Start date Start date
C

Chimp

i am new to coding, i have understand how the access database works etc, but
want to spread my wings into the coding..

is there a good place, reference point or book that can be recommended
please to help me.

i want to know things like :

the difference between private and public declarations when to use them and
why,

whats DAO and ADOB etc.... when should these be used.

how to start writing some code, i have noticed that the code contains at teh
top

DIM at the top :

for example

Dim intRow As Integer
Dim strQuery As String
Dim varSysCmd As Variant
Dim lngRecCount As Long
Dim xlsSheet As Excel.Worksheet
Dim i As Integer

what does this mean and why should i use it....

any help or advise would be much appreciated

cheers

Chimp
 
"Beginning Access 2002 VBA", from Wrox Press. There's a 2003 edition now,
but I have not read that one, and it is by a different author, so I can't
comment one way or the other on that one.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Back
Top