F
FishMan
Hi
I have two tables, joined by BoxNumber in a one to many relationship,
with fields:
Table1
BoxNumber/FridgeLocation/NumberOfSamples
Table2
SampleNumber/BoxNumber/DateOfCollection/SampleType/etc
I want the NumberOfSamples field in Table1 to count up the number of
records in Table2 which have the corresponding BoxNumbers, i.e. Table1
should look like:
BoxNumber/FridgeLocation/NumberOfSamples
1/A/49
2/B/15
3/B/37 etc
I can build a count query that gives output as required, but I want the
actual table to have the correct counts in the right field.
Pretty new to Access, so point and click rather than code if possible!
FishMan
I have two tables, joined by BoxNumber in a one to many relationship,
with fields:
Table1
BoxNumber/FridgeLocation/NumberOfSamples
Table2
SampleNumber/BoxNumber/DateOfCollection/SampleType/etc
I want the NumberOfSamples field in Table1 to count up the number of
records in Table2 which have the corresponding BoxNumbers, i.e. Table1
should look like:
BoxNumber/FridgeLocation/NumberOfSamples
1/A/49
2/B/15
3/B/37 etc
I can build a count query that gives output as required, but I want the
actual table to have the correct counts in the right field.
Pretty new to Access, so point and click rather than code if possible!
FishMan