S
Susanne
I had to go against everything I know about database design since the
customer wanted a form to appear exactly as it does on paper. The majority
of all fields pull data from the same table (components) and retain the info
in a different field, instead of doing a continuous form (one in component 1,
a different one in component 2, ... component n), there are seperate fields
for each: component 1, ... component n, with a restriction on what can be
selected for each of these fields, though the data all comes from the same
table.
Now, I need these multitude of fields to come together to construct a query
so I can create a form to show which components are used on what piece of
equipment for whatever amount of time it was there. In this way, we will
know when the components need to go in for repair.
Unfortunately, I have no way or knowledge of how to put this information
into one field, assuming it would be in a query of some sort, or even if it
could be done. I wanted to construct the db differently, but have no idea
had to have the correct layout in relation to the paper form. Also, so items
will have a left component and a right component, so, technically 2 fields of
components side by side (on paper).
HELP!
customer wanted a form to appear exactly as it does on paper. The majority
of all fields pull data from the same table (components) and retain the info
in a different field, instead of doing a continuous form (one in component 1,
a different one in component 2, ... component n), there are seperate fields
for each: component 1, ... component n, with a restriction on what can be
selected for each of these fields, though the data all comes from the same
table.
Now, I need these multitude of fields to come together to construct a query
so I can create a form to show which components are used on what piece of
equipment for whatever amount of time it was there. In this way, we will
know when the components need to go in for repair.
Unfortunately, I have no way or knowledge of how to put this information
into one field, assuming it would be in a query of some sort, or even if it
could be done. I wanted to construct the db differently, but have no idea
had to have the correct layout in relation to the paper form. Also, so items
will have a left component and a right component, so, technically 2 fields of
components side by side (on paper).
HELP!