D
Dave
Let's just say that I have a very simple database set up
that tracks sales of lemonade from my stand. I have a
field with quantity of lemonade purchased measured by the
number of cups. I want to know how many cups were
purchased immediately following purchases of 10 cups or
more. (Each purchase is a new record)
I understand I can make a select query with the criteria
field greater than or equal to 10 cups but I do not
understand how to make the query return the results of
the next record?
EX.
Purchase1 = 5 cups
purchase2 = 8 cups
purchase3 = 12 cups
purchase4 = 3 cups
purchase5 = 2 cups
The result should be: 3 cups
I understand that records are like "ice cubs" in a glass
of lemonade and there is no apparent order to them,
however, since being the creator of the database and
knowing that having some sort of order to these ice cubes
is important to me of course there is a field that
creates order to them by sequence of occurance in
relation to one another. I am still looking for someone
who knows how to tell me how to find a record immediately
following a select record.
Thanks for the help
Dave
that tracks sales of lemonade from my stand. I have a
field with quantity of lemonade purchased measured by the
number of cups. I want to know how many cups were
purchased immediately following purchases of 10 cups or
more. (Each purchase is a new record)
I understand I can make a select query with the criteria
field greater than or equal to 10 cups but I do not
understand how to make the query return the results of
the next record?
EX.
Purchase1 = 5 cups
purchase2 = 8 cups
purchase3 = 12 cups
purchase4 = 3 cups
purchase5 = 2 cups
The result should be: 3 cups
I understand that records are like "ice cubs" in a glass
of lemonade and there is no apparent order to them,
however, since being the creator of the database and
knowing that having some sort of order to these ice cubes
is important to me of course there is a field that
creates order to them by sequence of occurance in
relation to one another. I am still looking for someone
who knows how to tell me how to find a record immediately
following a select record.
Thanks for the help
Dave