locutusofborg
Programmer
Hi Guys hope you can offer some assistance:
I have been asked to set up a few tables in an access db by my boss. He has given me a functional spec that looks something like this.
field Format comment
ContainerCode 10 chrs unique code
Containertype 1 chrs type of container
0=box 1=bin 2=bag 3=eurobin
ContainerStatus 1 chrs 0=empty ,1=in use , 3=offloading
so the problem is do I need a new table for the container type field that is somehow linked ? the table above will have a 2 for example in the container type field this means by my definition that it is a bag. Do I need a table to hold the values corrosponding to the number and how do I link and set the relationship back to the main table.
The same thing applies to the field called status as this is exactly the same senario.
Any help would be appreciated as I am new to this type of thing.
Much appreciated guys
Rgds, Locutus of borg
I have been asked to set up a few tables in an access db by my boss. He has given me a functional spec that looks something like this.
field Format comment
ContainerCode 10 chrs unique code
Containertype 1 chrs type of container
0=box 1=bin 2=bag 3=eurobin
ContainerStatus 1 chrs 0=empty ,1=in use , 3=offloading
so the problem is do I need a new table for the container type field that is somehow linked ? the table above will have a 2 for example in the container type field this means by my definition that it is a bag. Do I need a table to hold the values corrosponding to the number and how do I link and set the relationship back to the main table.
The same thing applies to the field called status as this is exactly the same senario.
Any help would be appreciated as I am new to this type of thing.
Much appreciated guys
Rgds, Locutus of borg