G
Guest
This is driving me insane! (Access 2002)
Here is a simple bit of code in the Form_Current event that used to work and
now has suddenly stopped:
If IsNull(OpenArgs) = True Then
Me.Continue.Enabled = False
Me.Cancel.SetFocus
End If
When I step through the event and hover my mouse over the arguements I get
OpenArgs showing as "13.99" and True showing as True=True. Then the procedure
jumps to the End If without doing the two instructions!
Can anyone help me please?
I am wondering if my modules are somehow corrupt. When I type into it
sometimes it goes haywire, showing up red and the cursor jumping around as it
tries to configure my typing instead of waiting for me to press the enter key
before trying. If this is a known problem, is there any way around it.
Here is a simple bit of code in the Form_Current event that used to work and
now has suddenly stopped:
If IsNull(OpenArgs) = True Then
Me.Continue.Enabled = False
Me.Cancel.SetFocus
End If
When I step through the event and hover my mouse over the arguements I get
OpenArgs showing as "13.99" and True showing as True=True. Then the procedure
jumps to the End If without doing the two instructions!
Can anyone help me please?
I am wondering if my modules are somehow corrupt. When I type into it
sometimes it goes haywire, showing up red and the cursor jumping around as it
tries to configure my typing instead of waiting for me to press the enter key
before trying. If this is a known problem, is there any way around it.