Updating form

  • Thread starter Thread starter David Whitaker
  • Start date Start date
D

David Whitaker

Got a snag<>
I have got a form in which I am adding as many new records as requested by
the user with preexisting data.
The problem is getting the form to show the newest record. What I have tried
are to
-Close and reopen the form through code
-Requery one of the fields in the form through code
-Through code Me.Refresh on open
-Through code Me.Query on open

You can click on previous to see the new records and they dont exist until
you manually close the form and reopen it.

Is there another way to force the data to show up?
What I am wanting to end up with is if the user needs 7 new records, add the
data to each record before hand then go back to the first one which was just
populated in the series.

???
 
ITS MONDAY!!!!

Use
DoCmd.Close acForm, "formtoclose"
when refering to another form!

Talk about an idoit!
 

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