Can't go to next record on form

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
 
W

Wayne Morgan

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

Guest

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
 
W

Wayne Morgan

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top