E
ED007
I have three tables.
<LOT>
LOT – PRIMARY FIELD
GRADE – TEXT
ETC.
<DRUMS>
DRUM COUNT – AUTONUMBER
LOT – LINKED TO LOT FIELD FROM LOT TABLE
DRUM ID – INTEGER (RANGES FROM 1-25)
<ASH>
ASH DATA COUNT – AUTONUMER
DRUM COUNT– LINKED TO DRUM COUNT IN DRUMS TABLE
SAMPLE – INTERGER FROM 1-5
ASH LEVEL – DOUBLE
I have set up a form that will let me enter all the required data for the
<lot> table and other tables that are directly linked to it. However, I am
having some trouble figuring out how to set up the form to let me enter the
ash level data.
Basically what I want is a table that contains three columns.
DRUM ID SAMPLE ASH DATA
The user would just fill up the table for the lot in question.
Any ideas?
<LOT>
LOT – PRIMARY FIELD
GRADE – TEXT
ETC.
<DRUMS>
DRUM COUNT – AUTONUMBER
LOT – LINKED TO LOT FIELD FROM LOT TABLE
DRUM ID – INTEGER (RANGES FROM 1-25)
<ASH>
ASH DATA COUNT – AUTONUMER
DRUM COUNT– LINKED TO DRUM COUNT IN DRUMS TABLE
SAMPLE – INTERGER FROM 1-5
ASH LEVEL – DOUBLE
I have set up a form that will let me enter all the required data for the
<lot> table and other tables that are directly linked to it. However, I am
having some trouble figuring out how to set up the form to let me enter the
ash level data.
Basically what I want is a table that contains three columns.
DRUM ID SAMPLE ASH DATA
The user would just fill up the table for the lot in question.
Any ideas?