I’m wondering if there is a way to add something to the code to ensure it always displays properly. The code I’m using is:
Code: Select all
blnContinue = False
Load frmEnterResult
frmEnterResult.Show
If blnContinue = False Then Exit Sub
Code: Select all
blnContinue = False
Load frmEnterResult
frmEnterResult.Show
If blnContinue = False Then Exit Sub