subform behavior in access 2003

  • Thread starter Thread starter mdugan2453
  • Start date Start date
M

mdugan2453

I am trying to see if the behavior I am seeing with an access continuous
subform is normal, and if I can change it.

When I enter the first record of data into the subform, and tab out of the
last field, the subfrom scrolls the record I just created off-screen, so that
only a new empty record is showing. When I fill this out, and then tab out
of last field, it does the same thing: records keep getting pushed out of
site and leave just the empty new record in view. Is this normal? In an
access 97 app I have, the records fill the whole subform, and then start
scrolling up from the bottom: you always see a full set of data, with the new
empty record at the end, not alone at the top.

thanks for any and all help!
mike
 
mdugan2453 said:
I am trying to see if the behavior I am seeing with an access
continuous subform is normal, and if I can change it.

When I enter the first record of data into the subform, and tab out
of the last field, the subfrom scrolls the record I just created
off-screen, so that only a new empty record is showing. When I fill
this out, and then tab out of last field, it does the same thing:
records keep getting pushed out of site and leave just the empty new
record in view. Is this normal? In an access 97 app I have, the
records fill the whole subform, and then start scrolling up from the
bottom: you always see a full set of data, with the new empty record
at the end, not alone at the top.

thanks for any and all help!
mike

Is your Default View set to Single Form vs Continuous Form (The
subforms properties, Format tab)?
 
Back
Top