98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » MS Access - Multiple forms vs single forms | Access forum
MS Access - Multiple forms vs single forms | Access forum
Resolved · Low Priority · Version 2003
Craig has attended:
Access Intermediate course
MS Access - Multiple forms vs single forms
Hi,
I'm in the process of setting up a database for my company showing all details relating to every product we sell (ie - product code, rrp, dimensions, etc) which means there are over 20 fields all relating to the same primary key (the product code). Is it worth dividing the information into categorys, making multiple tables and linking them or is it easier just to keep them all in one table?
Thanks
Craig:)
RE: MS Access - Multiple forms vs single forms
Hi Craig,
Generally wherever a field looks like an obvious contender for being a category or limited choice of entry, then it is worth having a separate table for it. There are a number of benefits in doing that. Benefits include, keeping the database data compact, efficient, and therefore faster to call up information and avoids or reduces the future tasks to maintain workable table and file sizes. It is easier to get the information into separate tables now than to find yourself doing it to a loaded database say 20000 records later. You can get specific information out for specific purposes by including and excluding tables from queries before you start putting in parameters and reduces complexity of needed queries. Another advantage is that the categorised data which you may often filter on and sort by can be better controlled at input stage which ensures that filters and displays for information don
RE: MS Access - Multiple forms vs single forms
Dear Mark
Thank you again for your input.
Another excellent response!!
Many thanks
MOS Master Instructor 2000/2003
MCAS Master Instructor 2007
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Prefixed AutonumberingWhen using Date Type = Autonumber as a primary key, clients may require autonumbering to be prefixed with a letter. |