Records in form

T

teelee

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
 
O

Ofer Cohen

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?
 
T

teelee

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?
 
O

Ofer Cohen

You didn't answer my first question, how do you open the form?
Do you have any filter that might return only one record?
 
O

Ofer Cohen

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?
 
Top