Finding a funtion in Access.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to find a function in Access that allows me to look at the prior
record and create an if statment off of that record. Is there such a
function??
 
malbrew said:
I'm trying to find a function in Access that allows me to look at the prior
record and create an if statment off of that record. Is there such a
function??

If you're using a Recordset you can use MovePrevious.
If you're looking at a Form you can use the Navigation buttons at the
very bottom of the form - click the left pointing arrow. If you don't
have them showing open the form in design view & under the Format tab
set the Navigation Buttons property to Yes.
 
Back
Top