Sharon
Consider stepping away from the computer and spending time with paper and
pencil. To get the best use of Access' features and functions, your data
will need to be organized in a way that Access can best use, i.e.,
well-normalized relational tables.
Having multiple tables with the same fields in each is what you'd do if you
were using a spreadsheet ... but not a relational database.
Repeating ClientFirstName and ClientLastName in multiple fields, and/or
multiple tables is what you'd do if you were using a spreadsheet ... but not
... (you know!).
With your paper and pencil, jot down each of the "things" about which you
want to keep information -- for example, based on what you described, I'll
guess that you want to keep information about persons, about allegations,
and about claims (although I'm not clear if those last two are synonyms).
Check Access HELP on "normalization", and check Jeff Conrad's site:
http://www.accessmvp.com/JConrad/accessjunkie/resources.html#DatabaseDesign101
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
> What would be the best way to design this database with multiple
> tables and all tables have a common similarities:
[quoted text clipped - 32 lines]
> Thank you,
> Sharon
azu_daioh@yahoo.com - 23 Mar 2007 01:03 GMT
Hi Jeff,
Thanks for the recommendation. I already started with the pen and
paper approach. It's a little slow but I think this will be the best
approach to this particular database. This is the first time I'm
creating something this big and I didn't want it to take a lot of
space in the future.
I'm also getting re-acquinted with 'normalization.'
Thank a lot,
Sharon
Jeff Boyce - 23 Mar 2007 15:32 GMT
Sharon
Given the (extremely low) cost of hard drive space these days (?!500 Gb for
<$200?!), you may not need to worry about the space the db takes. But if
you understand "normalization", you understand that getting the table
structure right from the start can make a big difference.
Feel free to post back your questions as you work through this ...
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
> Hi Jeff,
>
[quoted text clipped - 9 lines]
>
> Sharon