A
anna_717717
Hi all, Hope somebody can help
Ive got 2 tables with the following fields:
Table 1:
BatchCode
BatchTestDate
BatchStartTime
BatchEndTime
+ batch setup data
Table 2:
BatchCode
ProductSerialNumber
TestDate
TestCompletionTime
+ product test results
I need to show the batch setup data for each product by serial number
How can I create a query so that the joins are:
BatchCode = BatchCode
TestDate = TestDate
TestCompletionTime = between BatchStartTime and BatchEndTime
Thanks
Ive got 2 tables with the following fields:
Table 1:
BatchCode
BatchTestDate
BatchStartTime
BatchEndTime
+ batch setup data
Table 2:
BatchCode
ProductSerialNumber
TestDate
TestCompletionTime
+ product test results
I need to show the batch setup data for each product by serial number
How can I create a query so that the joins are:
BatchCode = BatchCode
TestDate = TestDate
TestCompletionTime = between BatchStartTime and BatchEndTime
Thanks