L
LarissaR
Hi, community,
I work for a hospital and we are collecting patient data for a small study.
In one table I have the population of patients I'm wanting to find data for.
In another table (pulled from another source) I have more data than I need
for each patient. I tried to use an update query to first find the max value
for each patient for one field, and then update the field in my small table
to match the results. When I do that, I get an error stating, "Operation must
use an updateable query". One additional piece: some of my patients will not
have data in the large table and will therefore not be represented in the
query when finding the max.
I'm sure I need to give you additional information, but I'm not quite sure
what, exactly. Do you have any suggestions for how I might run this query, or
give you more data to help?
Thank you for your time.
I work for a hospital and we are collecting patient data for a small study.
In one table I have the population of patients I'm wanting to find data for.
In another table (pulled from another source) I have more data than I need
for each patient. I tried to use an update query to first find the max value
for each patient for one field, and then update the field in my small table
to match the results. When I do that, I get an error stating, "Operation must
use an updateable query". One additional piece: some of my patients will not
have data in the large table and will therefore not be represented in the
query when finding the max.
I'm sure I need to give you additional information, but I'm not quite sure
what, exactly. Do you have any suggestions for how I might run this query, or
give you more data to help?
Thank you for your time.