How to refresh a project?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Access project (ADP) that creates a table via intermediate queries
(views) and VBA code, then renames the table according to
previously-specified parameters. However, the statement:

DoCmd.Rename strTableNew, acTable, strTableTemp

fails unless I first pause execution and manually refresh the project window
in Access (using F5). Can I execute this refresh in code, instead?
 
Back
Top