S
Shaun
Hi,
I'm building a db that stores information about field conditions at
different locations. These attributes include landform, environmental
setting, current land use, erosion, and vegetation. Of course the end user
wants a "other" choice for all of these attributes to avoid having a list of
choices a mile long. This by itself is not a problem, however, when other is
selected, they want a text field to fill in what that "other" is.
The attributes of the location are in 2 tables: one for setting, landform,
and vegetation and the other table for the remaining two. The reason they
had to be split was the user also records percentage of each
setting/landform/vegetation that covers the area. Land use and erosion are
simply presence/absence of the various types. The PK for each of these
tables is a multifield of LocationID,Type, and Description (since each
location can only have one record of each Description).
I figured that having a blank field at the end of each of these tables for
this information that is only used occasionally is not the best way to go but
can't figure out a better way (been staring at this thing for too long). Any
suggestions would be greatly appreciated. Thanks!
I'm building a db that stores information about field conditions at
different locations. These attributes include landform, environmental
setting, current land use, erosion, and vegetation. Of course the end user
wants a "other" choice for all of these attributes to avoid having a list of
choices a mile long. This by itself is not a problem, however, when other is
selected, they want a text field to fill in what that "other" is.
The attributes of the location are in 2 tables: one for setting, landform,
and vegetation and the other table for the remaining two. The reason they
had to be split was the user also records percentage of each
setting/landform/vegetation that covers the area. Land use and erosion are
simply presence/absence of the various types. The PK for each of these
tables is a multifield of LocationID,Type, and Description (since each
location can only have one record of each Description).
I figured that having a blank field at the end of each of these tables for
this information that is only used occasionally is not the best way to go but
can't figure out a better way (been staring at this thing for too long). Any
suggestions would be greatly appreciated. Thanks!