New Record in Form

S

Sharon

I would like a new record to appear when entering in a subform. The Main
form Data Entry Property is set to no, because I need to see all the items in
the table, but the subform I would like to have only a new record show. When
I set the subform Data entry property to yes, it doesn't correct it.
 
J

JaRa

Hi,

You can do this by setting a filter value for the subform e.g. id<-1 whereby
-1 is not a value in your database of course.
 
Top