Refresh Already!?

T

Tom P.

OK, I turned my Mail Merge problem over the higher powers
of the Community Newsgroups so I could work on another
issue where a form will not refresh after the table is
successfully linked to a new database using:

DoCmd.TransferDatabase ...

I've tried...

Form.Requery
Form.Refresh
Form.Recalc
Form.Repaint
---All combinations of the above and individually---

Me.Recalc
Me.Requery
Me.Refresh
Me.Repaint
---All combinations of the above and individually---

DoCmd.Requery
DoCmd.ShowAllRecords
---All combinations of the above and individually---

Forms![SMEForm-Mini].Recalc
Forms![SMEForm-Mini].Requery
Forms![SMEForm-Mini].Refresh
Forms![SMEForm-Mini].Repaint
---All combinations of the above and individually---

Forms("SMEForm-Mini").Recalc
Forms("SMEForm-Mini").Requery
Forms("SMEForm-Mini").Refresh
Forms("SMEForm-Mini").Repaint
---All combinations of the above and individually---

Even tried changing the record source from a query to the
table.

Running Access 2002 SP-2 on XP SP-1

Any suggestions?
Thanks,
Tom
 

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

Top