This may be a simple fix but I'm not seeing it. My VB application calls MS Access by the click of a form button. Simple enough but here goes the problem:
As soon as my VB code opens the Access DB/Form, control returns to the next executable line in my VB code. The next executable set of code closes the DB and quits Access. In other words, MS Access loads and quits in a blink of an eye.
Is there a way to suspend...