Adding records to continuous form

G

Guest

I am trying to enter data into a continuous form with 6 fields. This form is
bound to one table. I want to go to new record (line) after entering data in
the 6th field. I can only add one line of data and then the new record
button is greyed out. AllowAdditions is set to yes, DataEntry to no.
 
G

Guest

I figured it out - DMAX(field,table) + 1 does not work in default value. I
put in in Before Insert property of form
 

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