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
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