A family of Microsoft relational database management systems designed for ease of use.
Tom, thanks for your reply.
I found the problem, and it is a serious one, at least for me. After updating from Access 2002 to 2013, I was disappointed with the lackluster appearance of the main form border that 2013 presented. I experimented and found that if I changed the main form to a "popup", the application border would look good again.
Now I realize that Application.Echo is limited to simple forms (no popups or modals.) Looking back over my 18 years of Access development, I don't recall using a popup or modal form in the past. There was no need. Therefore, Docmd.Echo (and Application.Echo) worked fine.
I have tried SendMessage(hwd, WM_SETREDRAW, 0&, 0&), and LockWindowUpdate (hwd). But unless I am missing something, they lock only one window at a time, and are virtually useless for a multi-subform application; that is a main form with multiple subforms simultaneously updating.
If anyone knows a good API that will lock the entire application, I would appreciate that knowledge. Or, if anyone knows how to replace the unimpressive default border without using a popup, that would be equally appreciated.
Dan