General MS Access Programming

  • Thread starter Thread starter Starwood
  • Start date Start date
S

Starwood

I have spent almost 46 years learning, using and teaching different
programming languages and quite frankly, I have never found anything more
confusing than trying to program functions in MS Access. I have given up
trying to learn how by studying other people's coding examples.

What is available to help learn the subject in the form of self-study
courses?

Thanks,

George
 
For the nuts and bolts ---
Using Microsoft Access XXX, Roger Jennings, Que Corp

For VBA ---
Beginning Access XXX VBA, Smith and Sussman, Wrox Press

Where XXX is the version of Access you use.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
Starwood said:
I have spent almost 46 years learning, using and teaching different
programming languages and quite frankly, I have never found anything more
confusing than trying to program functions in MS Access. I have given up
trying to learn how by studying other people's coding examples.

Perhaps you should mention some of the languages? I used everything,
assembler, FORTRAN, Pascal

VB, FoxPro, IBM's U2 (uni-verse) basic.

I have not found anything significant different the above systems. The "big"
conceptual shift from those original pc computer languages like turbo-pascal
etc is we now have a event driven model. (that was all the big news when vb
came out more then 10+ years ago).

The syntax of coding in ms-access is identical to that of vb6, and vb5.
(and, those two languages are arguably the most popular computer languages
in computing histroy.).

The coding approahes are simular to just about every platofmrn I used...

The only real differnce between vb6 and ms-access is that you have diffent
forms and applicaton object model...but, the coding is realtive straight
foward and the same in both cases..

You been given a few references, and do feel free to ask, or expand on some
of the questions you have....

You don't mention what version, but if you hit ctrl-g to jump to the code
editor, then help does have a nice index of programming topics...
 
Steve said:
For the nuts and bolts ---
Using Microsoft Access XXX, Roger Jennings, Que Corp

For VBA ---
Beginning Access XXX VBA, Smith and Sussman, Wrox Press

Where XXX is the version of Access you use.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)

--
You are *not* a resource at all !!
Stop advertising here, or get lost for another year or so...
http://home.tiscali.nl/arracom/whoissteve.html

ArnoR
 

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

Back
Top