HMMM
Sorry for hte dumb quesiton but what is an outer join?
I have three tables LOT,SAMPLE,TESTVALUE
LOT
LOT - PRIMARY KEY
OTHER DETAILS
SAMPLE
SAMPLE # - PRIMARY KEY
LOT - FORIEGN KEY
SAMPLE CODE
TEST
TEST # - PRIMARY KEY
SAMPLE # -FORIEGN KEY
TEST VALUE
I have a form for entering the lot data that has a sub form for entring the
sample code and a sub form on that sub form for entering the test value.
I can have multiple test values for each sample code and multiple sample
codes for each lot.
The set up works well except the user must constantly enter data and use the
mouse to switch between sub sub forms.
I was hoping to write a querry that had LOT, SAMPLE CODE, TEST VALUE. I
want to put this into a sinlge sub for that shows only sampe code and test
value linked to the main form by LOT. The user could then enter data in the
table without the mouse.
Is this possible?