Records in form

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

Guest

I am having trouble with my records in my form. After I gt to the end of the
the form It does not go to the next record. Does anyone know how I can fix
this?


Thanks
 
How did you open the form?
If you are using a where condition, it could be that the form is open with
only one record, and this is why it's not moving to the next record.

Can you move to the next record using the record navigator?
 
No...it will not allow me to.

Thanks

Ofer Cohen said:
How did you open the form?
If you are using a where condition, it could be that the form is open with
only one record, and this is why it's not moving to the next record.

Can you move to the next record using the record navigator?
 
You didn't answer my first question, how do you open the form?
Do you have any filter that might return only one record?
 
Open the form in design view, open the form properties (press alt + enter)
One of the properties called "Filter", see if any thing written there
======
Or, one of the properties called record source, locate the cursor there,
you'll see a button with three dots, press on it, in this query is there a
filter?
======
Or, the command you are using to open the form, does i include a
WhereCondition?
 
Back
Top