AlanAnderson
11-12-2012, 11:52 AM
Hi, I have a simple form and, depending on certain conditions want to get the cursor to jump to a certain field.
The following code, copied straight from books etc does not work!
What am I doing wrong. I have detailed the error messages on the lines involved.
Regards
Alan
Private sub txtIncExc_Click()
If me.txtIncExc = “E” Then
Me.TranStandard.Enabled=True ‘ Compile error : method or data member not found
Me.TranTotal.SetFocus ‘ Error 438 Object doesn’t support this property or method
Etc……
:banghead:
The following code, copied straight from books etc does not work!
What am I doing wrong. I have detailed the error messages on the lines involved.
Regards
Alan
Private sub txtIncExc_Click()
If me.txtIncExc = “E” Then
Me.TranStandard.Enabled=True ‘ Compile error : method or data member not found
Me.TranTotal.SetFocus ‘ Error 438 Object doesn’t support this property or method
Etc……
:banghead: