Adding records to continuous form

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
I figured it out - DMAX(field,table) + 1 does not work in default value. I
put in in Before Insert property of form
 
Back
Top