My challenge is to track (land use) development proposals for my
organization. To that end I'm keeping a variety of info, including
application number (primary field), applicant name, address, application
type, notes, outcome, etc. Make that Table1. Two other tables track
specific pieces of info (conditions of approval and tree replacement
requirements) for some/certain applications (Table2 and 3). Currently Table1
is kept in a table in a Word document of 117 pages (and growing) at close to
2 MB. It seems to me a terrible way to track this kind of info. I thought a
db would be a more efficient way store this info and would allow me to tie
Table1 to Tables2 and 3 based on the application number (i.e., I thought I
could establish relationships between the three tables). At this time, any
record in any of the tables would be unique; hence, the presumed one-to-one
relationship. There are other types of development proposals that should be
tracked, too, but they have their own unique ID (primary field). While the
application numbers are my primary fields, one could make an argument that
the parcel ID is a more universal primary since it could be applied to all
applications (not just Table1) (i.e., all proposals have a location). The
problem with that logic is that some applications utilize multiple parcels
and parcels are divided over time.
The bottom line is that I need a single db that tracks all this info and
allows queries and reports. I need to develop some kind of tracking resource
that allows the user to find, in one place, EVERYTHING there is to know about
an application. It's entirely possible that I've not taken the right
approach, but I don't know what else to do.