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