B
bill
What is the command to refresh the project in code so new objects are
available?
I create a view dynamically in code.
I want to open it immediately using DoCmd.OpenView ..., but I get error
7874, Access can't find the object.
When debugging I can open the view after refreshing the project view.
How can I do this programmatically so I can display the new View?
RefreshDatabaseWindow doesn't seem to work, because I still get the error
after executing the command, until I manually refresh the project.
Thanks
Bill
available?
I create a view dynamically in code.
I want to open it immediately using DoCmd.OpenView ..., but I get error
7874, Access can't find the object.
When debugging I can open the view after refreshing the project view.
How can I do this programmatically so I can display the new View?
RefreshDatabaseWindow doesn't seem to work, because I still get the error
after executing the command, until I manually refresh the project.
Thanks
Bill