Can't go to next record on form

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

Guest

I have created a form with several tabs to make all my controls fit my form.
However, I'm now trying to enter information in my form, but it won't go to
the next record, it just stays in the first record. I asked this question
yesterday, and they told me to check my "cycle" property. I did but the
"cycle" property was on "all records", which is the default option so I'm
thinking that the problem is something else. Is there a way to fix this
problem?

Miguel
 
What are you doing to try and make it go to the next record? Are you getting
any error messages? Is the next record that you're trying to go to a new
record or an existing one?
 
What I'm doing is to click some answers of the controls from the first
record, and then I want to go to a new record, which will be the second
record in my form. However, the form does not let me do it. I can't go to the
second record in my form. The choices that I have made are not save and I
can't go to the next record. I'm not sure why this is happening.
Miguel
 
In the form's Properties, have you set AllowAdditions to No?

Is the form based on a query? If so, if you open the query from the database
window can you add records using just the query? If the query isn't
updateable, then the form based on the query won't be either.
 
Back
Top