wazz
Super Moderator
- Local time
- Today, 19:24
- Joined
- Jun 29, 2004
- Messages
- 1,702
this is from an old thread:
"You don't have enough querydefs. Every form and report should be based on a querydef so I would expect a minimum of 23 for your application. Forms and reports should not be based directly on tables and SQL strings as RecordSources contribute to database bloat so they should be avoided."
- P.Hartman, i believe, in response to a question on 'what is the size of an average database...'
I'm just looking for some more info on why it's important to follow this suggestion (which i'm sure is correct). any comments or suggested readings appreciated.
"You don't have enough querydefs. Every form and report should be based on a querydef so I would expect a minimum of 23 for your application. Forms and reports should not be based directly on tables and SQL strings as RecordSources contribute to database bloat so they should be avoided."
- P.Hartman, i believe, in response to a question on 'what is the size of an average database...'
I'm just looking for some more info on why it's important to follow this suggestion (which i'm sure is correct). any comments or suggested readings appreciated.