G
Guest
I database that follows people (who have unique identifiers) for blood
pressure at different dates. Each date that they are measured is another
record in the database. What I would like to do is write a query that would
find people whose blood pressure levels are greater that a certain number (I
can already do this), and then find a way to check what number is recorded at
their next recorded measurement. However, there is no specified amount of
time until they come back. In essence, my question is how do I look for the
next recorded record for a unique identifier as specified by the next point
in time.
pressure at different dates. Each date that they are measured is another
record in the database. What I would like to do is write a query that would
find people whose blood pressure levels are greater that a certain number (I
can already do this), and then find a way to check what number is recorded at
their next recorded measurement. However, there is no specified amount of
time until they come back. In essence, my question is how do I look for the
next recorded record for a unique identifier as specified by the next point
in time.