View Single Post
Banana
is the next Chiquita
 
Join Date: Feb 2005
 
2006-01-25, 10:35

No book recommendation here, but a suggestion.

When I start with developing Access database, which is in a weak sense, a OOB environment, I make decision on what I want to see on the screen, and what I can do at this point.

Here linearity applies.

Splash screen -> Main Form <-> Subforms (I think of them as subroutines) -> Data Integrity Checks and Error handling

Something like that. So instead of words, it's all about objects; but you still have to arrange it in a logical (e.g. linear) way so even an idiot can use it.

HTH
  quote