Problems with new records

R

radink2

Hey all,

I'm somewhat new to Access, so here goes.

I've created a fairly simple DB that will track our time with different
projects. For entry, I created a form, with a subform in it.

I'll create a new record and fill out the info. Then If I click the new
record button (for the main form, not the subform) and I fill it out,
and then go back to the previous record, it has inserted a new blank
line in the beginning of the subform.

Any idea why this is occurring?

Thanks!
 
J

John Vinson

Hey all,

I'm somewhat new to Access, so here goes.

I've created a fairly simple DB that will track our time with different
projects. For entry, I created a form, with a subform in it.

I'll create a new record and fill out the info. Then If I click the new
record button (for the main form, not the subform) and I fill it out,
and then go back to the previous record, it has inserted a new blank
line in the beginning of the subform.

Any idea why this is occurring?

Thanks!

A Subform will normally display a blank record (at the bottom, though,
not the top) - it's not actually a stored record, it's the "new
record" waiting for you to enter data into it. Only after you have
done so will anything be written to disk.

John W. Vinson[MVP]
 
Top