new record

C

chriske911

is it possible to have an empty new record on top in a continuous form?
default it is the last record

grtz
 
D

Douglas J Steele

No, it's not.

However, what some people do is put two subforms on the form: one that only
has the new record, on top of one that doesn't have a new record.
 
C

chriske911

is it possible to have an empty new record on top in a continuous form?
default it is the last record

grtz

thnx both

I've circumvented the issue by putting the focus on the 1st field of a
new record by clicking a button on the main form

grtz
 
Top