Combining Fields in Query

NickFazer

New member
Local time
Today, 19:21
Joined
Apr 9, 2012
Messages
20
Hi everryone


I am working on a system for recording lab sample results, so far I have created tables, forms and queries to input the data and this works OK. What I would ideally like to do now is create a query to list all the samples that are due for reading to be listed in order of TestStageID.

The tables I have are LabSamples containing details about the sample, TestStages containing all the different test stages and a Results to enter all the readings.


Each sample can have multiple TestStages and these are not the same for each sample. This means that TESTA can be selected as a 1st test for one sample but a 3rd Test for a different sample.


Hope this makes sense


Nick Fazer
 
Please post a jpg of your tables and relationships.
 
Hi


Please find attached .jpeg of relationships and LabSample and Result tables. The stages are looked up in the Test Stages table
 

Attachments

  • Relationships.jpg
    Relationships.jpg
    36.7 KB · Views: 86
  • LabSamp.jpg
    LabSamp.jpg
    86.7 KB · Views: 90
  • ResultTable.jpg
    ResultTable.jpg
    56.1 KB · Views: 78

Users who are viewing this thread

Back
Top Bottom