» Help & Support »

Learning

Here you find links to sites with courses and Tutorials, with which you can teach yourself programming databases with Microsoft Access.


SQL (4)
Training (5)
VBA (3)


On April 28, 1999 Calum Reay wrote the following code dealing with learning Access in microsoft.public.access.formscoding:

Sub LearnAccess()
On Error GoTo LearnAccess_Error
    Do
        Me.AddNew
            Read Access Books, whitepapers, etc
            Read Newsgroups
            Write Code
            Optimise Code
            Ask Questions in Newsgroups
            Read and Learn from Answers
            Answer Questions in Newsgroups  ' helps you _
                   think in new areas
            DoEvents  ' eat, drink, etc
            Make Applications
            Get User Feedback
            Optimise Applications
            Review old Applications
            Update Code Library
            DoEvents   ' pub, etc
            Me.Sleep(4)  ' sleep 4 hours
         Me.Update
    Loop Until Me.Age > 65  ' you have to retire sometime
LearnAccess_Exit
    Me.Close
    Exit Sub

LearnAccess_Error
    If (Me.Dead) Then
        LearnAccess_Exit
    Else
        Me.Save
        Me.Sleep(12)  ' sleep for 12 hours
     End If
     Resume Next
End Sub

Sitemap
All Links
Suggest a new link

Legal Information  |  © 2001– Raphael Hein – The Microsoft Access Expert from the Da|ten|bank|Ma|nu|fak|tur

Do you also work with Microsoft Excel? Come and visit: Yexcel - The Excel Portal

Die deutschsprachige Version findest Du unter Yaccess - Das Access-Portal