O
OST Backflow & CCC
In Access 2003 I'm starting to build a database that will store and print
data from annual testing of water control valves. I have intended to have a
table with fields describing various characteristics of the valves: Make,
Model, Size, Type, Serial Number, Location, Downstream Connection. The Serial
Number, of course, would be the primary key, and none of the fields are
interdependent except Make & Model. Each Make has several Models, and each
Model belongs to only one make. Thus, entering the Model would determine the
make, and entering the Make would limit the choice of models to only those
pertaining to that make. It seems like there should be a simple way to design
this, but it is eluding me (I am a novice). How can I make an entry in one
field determine or limit the entry in another field? I could just enter each
field manually or by choosing from a list, but I would like to design it so
that the Make and Model numbers are always correctly matched.
data from annual testing of water control valves. I have intended to have a
table with fields describing various characteristics of the valves: Make,
Model, Size, Type, Serial Number, Location, Downstream Connection. The Serial
Number, of course, would be the primary key, and none of the fields are
interdependent except Make & Model. Each Make has several Models, and each
Model belongs to only one make. Thus, entering the Model would determine the
make, and entering the Make would limit the choice of models to only those
pertaining to that make. It seems like there should be a simple way to design
this, but it is eluding me (I am a novice). How can I make an entry in one
field determine or limit the entry in another field? I could just enter each
field manually or by choosing from a list, but I would like to design it so
that the Make and Model numbers are always correctly matched.