Here you find links to sites with courses and Tutorials, with which you can teach yourself programming databases with Microsoft Access.
URL: http://www.accessribbon.de/en/
Create Ribbons in Access 2007.
[ Affiliated: March 04, 2007 | Your Feedback for this Link ]
URL: https://support.microsoft.com/en-us/access
A new (at least for me) site from Microsoft itself, where you can find news, documentation and tutorials on Microsoft Access.
[ Affiliated: June 07, 2025 | Your Feedback for this Link ]
URL: http://members.tripod.com/~accessbuch
German online book for beginners and advancer.
[ Affiliated: December 16, 2001 | Your Feedback for this Link ]
URL: https://www.access-tutorial.de/
With the Access tutorial you learn how to create databases with Microsoft Access. The Access tutorial is an easy to understand help and introduction to the relational database MS Access, regardless of whether you are using the current Microsoft Access 2019, Access 365 or any older version. The basics of database theory are also explained in an understandable way.
[ Affiliated: October 03, 2001 | Your Feedback for this Link ]
URL: http://www.functionx.com/access/
This site provides lessons, examples, and links on how to use and explore MS Access.
[ Affiliated: March 08, 2003 | Your Feedback for this Link ]
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
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