J
JFK
I have data on a large number of samples that I want to track with Access.
To start I created a table (the Sample Table) with each sample as a separate
record, including some hyperlink fields that point to the location of the
data on the sample. So far so good. Now I need to do pairwise comparisons
of the sample data. My plan was to construct a second table (the Comparison
Table) listing pairs of sample numbers of the samples to be compared. I
thought that I would be able to lookup the required information in Sample
Table, copy it to Comparison Table, and then write a macro to do the
comparative analysis. But I haven't found a way to do this. I can find a
way to create a table that is a subset of Sample Table using a query, but I
haven't yet found a way to create a record in Comparison Table that contains
data from two records of Sample Table. It seems to me that this sort of
lookup function should be simple to implement in a relational database
program, but I can't find any examples of this type of sorting in the online
help or the tutorials. Any suggestions?
To start I created a table (the Sample Table) with each sample as a separate
record, including some hyperlink fields that point to the location of the
data on the sample. So far so good. Now I need to do pairwise comparisons
of the sample data. My plan was to construct a second table (the Comparison
Table) listing pairs of sample numbers of the samples to be compared. I
thought that I would be able to lookup the required information in Sample
Table, copy it to Comparison Table, and then write a macro to do the
comparative analysis. But I haven't found a way to do this. I can find a
way to create a table that is a subset of Sample Table using a query, but I
haven't yet found a way to create a record in Comparison Table that contains
data from two records of Sample Table. It seems to me that this sort of
lookup function should be simple to implement in a relational database
program, but I can't find any examples of this type of sorting in the online
help or the tutorials. Any suggestions?