A family of Microsoft relational database management systems designed for ease of use.
Dear M Allan,
we also don't follow the recompile way any longer. It does not work for installed Access Runtime and on customers still running 2010 it is seen as "unexpected database format" (though Format 2007 to 2016 was selected).
What we found as working is this approach:
- remove original start form
- insert a siple new form with one button 2a. button on_click event has only this (betwwen error handler):
DoCmd.Close acForm, Me.NAME DoCmd.OpenForm "your\_standard\_start\_from"
no other code!
- select this simple form as start form
- compile and test
We found only two small issues:
a) if clicking before acces really open the Patch error comes up, but works on second click
b) it is one additional click for users on starting the app
Hth Wolfram