S
Stan
I have a database consisting of several tables that contain information on
patients. Each unique patient has information linked across tables by their
ID number.
I have a query that returns two columns of numerical data (call them A and
B) from two separate tables, for each patient. I would like this query to
also return the maximum value when comparing A and B. For example, the column
"max value" would return the value for A if A >= B , and would return the
value for B if B >= A . I am not sure how to get this using the design view -
any help would be appreciated. I imagine there is any easy way to do simple
operations/comparisons within an access query but I can't find info on this
in the help sections. thanks!
patients. Each unique patient has information linked across tables by their
ID number.
I have a query that returns two columns of numerical data (call them A and
B) from two separate tables, for each patient. I would like this query to
also return the maximum value when comparing A and B. For example, the column
"max value" would return the value for A if A >= B , and would return the
value for B if B >= A . I am not sure how to get this using the design view -
any help would be appreciated. I imagine there is any easy way to do simple
operations/comparisons within an access query but I can't find info on this
in the help sections. thanks!