HI,
I work on a database of a LIMS(Laboratory Information Management System).
I have two tables on the database.One store a list of samples with different informations.This table is linked to a second table by the fied SampleCode(primarykey).A field in this table is a 'memo' field and store some notes.
When you use the LIMS, you can register some different types of notes or not, associed to a sample.With a sample you can have one, two, three or no not.The different notes are differencied by a number field in the second table.
The record corresponding to the sample is created inside the second table only when you register a note .
In the report, I want have a list of sample with one type of notes if it exist, function of the field number.Sample with no notes must appear too.
Thanks for your help
fred
I work on a database of a LIMS(Laboratory Information Management System).
I have two tables on the database.One store a list of samples with different informations.This table is linked to a second table by the fied SampleCode(primarykey).A field in this table is a 'memo' field and store some notes.
When you use the LIMS, you can register some different types of notes or not, associed to a sample.With a sample you can have one, two, three or no not.The different notes are differencied by a number field in the second table.
The record corresponding to the sample is created inside the second table only when you register a note .
In the report, I want have a list of sample with one type of notes if it exist, function of the field number.Sample with no notes must appear too.
Thanks for your help
fred