Problems with new records

  • Thread starter Thread starter radink2
  • Start date Start date
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!
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top