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
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