Hi All,
I added a new feature to a production application (Access 03). Everything works as expected except, the first time you use it, the code window opens to the "If" staement below. If I hit F5, it runs perfectly. All break points have been cleared yet this continues to happen intermitently.
'Check:User must have selected a case code
If IsNull([txtCaseCode]) Then
MsgBox ("You must choose a case code")
Exit Sub
End If
I encountered this once before with an app used by someone in the IT department. We never did find the cause and it never created other problems. This app is for less sophisticated users so I really need to resolve this issue.
Anyone seen this before or have an idea where to look?
Thanks,
alr
_____________________________________
There is no rule more invariable than that we are paid for our suspicions by finding out what we expected.
Henry David Thoreau
I added a new feature to a production application (Access 03). Everything works as expected except, the first time you use it, the code window opens to the "If" staement below. If I hit F5, it runs perfectly. All break points have been cleared yet this continues to happen intermitently.
'Check:User must have selected a case code
If IsNull([txtCaseCode]) Then
MsgBox ("You must choose a case code")
Exit Sub
End If
I encountered this once before with an app used by someone in the IT department. We never did find the cause and it never created other problems. This app is for less sophisticated users so I really need to resolve this issue.
Anyone seen this before or have an idea where to look?
Thanks,
alr
_____________________________________
There is no rule more invariable than that we are paid for our suspicions by finding out what we expected.
Henry David Thoreau