This looks like a great primer on application design, focusing specifically on an Access environment.
Thursday, September 27, 2007
Microsoft article "Designing Your Database Application"
Posted by
Stephen
at
7:10 AM | Permalink
|
I'm reading: Microsoft article "Designing Your Database Application"Tweet this!
| Add This!
| Blog This |
0
comments
Labels: concepts, Database design, normalization
Tuesday, September 25, 2007
Database normalization basics document from Microsoft
Posted by
Stephen
at
12:41 PM | Permalink
|
I'm reading: Database normalization basics document from MicrosoftTweet this!
| Add This!
| Blog This |
0
comments
Labels: concepts, Database design, normalization
Why would I want to use a class object in MS-Access?
Posted by
Stephen
at
10:10 AM | Permalink
|
I'm reading: Why would I want to use a class object in MS-Access?Tweet this!
| Add This!
| Blog This |
0
comments
Labels: classes, concepts, object-oriented
Saturday, September 22, 2007
Visual Basic Programmer's Guide : Custom Classes and Objects
Classes and objects are a powerful and often underused part of VBA. You will find them featured as topics often on this blog. This link is to a reference on Microsoft.com
Posted by
Stephen
at
4:17 PM | Permalink
|
I'm reading: Visual Basic Programmer's Guide : Custom Classes and ObjectsTweet this!
| Add This!
| Blog This |
0
comments
Labels: classes, concepts, object-oriented, objects, references