[AccessD] Table Structure Ideas

Charlotte Foust charlotte.foust at gmail.com
Wed Sep 10 13:44:04 CDT 2014


You need a table for samples with a field that allows you to determine the
order.  Then you might use a table for Fibers Morphology and another for
Polarized Light Microscopy, each with the fields needed for the information
that applies.  Each of those tables would be child tables to the main
Sample table, which would contain any other information collected for a
sample.  The Sample PK would be a FK in each of the child tables.

That would allow you to present the information in a variety of layouts
without straining yourself.  This assumes a one-to-one relationship between
the tables but could allow for the addition of multiple results if you
added a unique key to each child table as PK and  allowed duplicates of the
parent key.  If they wanted to add different kinds of results, you would
just add another table.

Charlotte

On Tue, Sep 9, 2014 at 11:11 PM, ACTEBS <actebs at actebs.com.au> wrote:

> Hi Everyone,
>
>
>
> Got a complex form that we're turning into a DB and having difficulty
> coming
> up with a good table structure to suit the form and the way the data is
> collected and input.
>
>
>
> They want the Access DB to mirror the form. You can see the form here:
>
>
>
> http://download.actebs.com.au/FormDoc.jpg
>
>
>
> As you can see by the example image above the sample are marked as A, B, C,
> and D, but sometimes they display it vertically and other horizontally,
> which is confusing the hell out of me. Any idea on how best to design the
> table structure so the data is easy to work with down the track?
>
>
>
> Any ideas most welcome.
>
>
>
> Thanks in advance.
>
>
>
> Vlado
>
>
>
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>


More information about the AccessD mailing list