previous record not showing

  • Thread starter Thread starter reportyemi
  • Start date Start date
R

reportyemi

i split access 2007 into FE and BE. When I fill the form ,it accesses the
tables for information. When i now try to access the previous patients
record, i am able to get a blank record instead of the last record of an
inputed patient. However when i look at the table, the information is there.
Why is the previous record not coming back on the form so i can continue to
input further info on the patient
 
Do you have DataEntry = Yes in the form's property.
Do you have something like GoTo1stRecord anywhere in your form's setup

If not you could give more details of the set up
 
Back
Top