T
T Magritte
Hi,
I'm new to Access. I set up a database consisting of a master ID table
with details about each ID, and several other tables which are also
indexed by the same ID as in the master ID table (the IDs are unique).
Each of these other tables contains a probability column for each ID,
where the probability for each ID can be different for each table.
What I want to do is filter for IDs that have a p value below a
certain cutoff (say 0.05) then compare the subset of remaining IDs
between 2 or more tables. So, for instance, I'd like a list and count
of all IDs with p <= 0.05 in EITHER table 1 and 2, a list and count of
all IDs with p <= 0.05 in BOTH table 1 and 2, in table 1 but NOT in
table 2, etc...
Is there a relatively easy way to do this?
Thanks!
I'm new to Access. I set up a database consisting of a master ID table
with details about each ID, and several other tables which are also
indexed by the same ID as in the master ID table (the IDs are unique).
Each of these other tables contains a probability column for each ID,
where the probability for each ID can be different for each table.
What I want to do is filter for IDs that have a p value below a
certain cutoff (say 0.05) then compare the subset of remaining IDs
between 2 or more tables. So, for instance, I'd like a list and count
of all IDs with p <= 0.05 in EITHER table 1 and 2, a list and count of
all IDs with p <= 0.05 in BOTH table 1 and 2, in table 1 but NOT in
table 2, etc...
Is there a relatively easy way to do this?
Thanks!