A
Arturo
I posted this before and never got an answer. Here is more information.
I am using Access 2000. I have a table behind a form. Three of the fields
are memo fields. They are Services, Terms, and Vocational. I use the Got
Focus feature to have the cursor go to the first posiiton in the cell. This
works great.
Here is the procedure I use for each field.
Private Sub Services_GotFocus()
Services.SelStart = 0
End Sub
The problem is when I try to compile the database. I get the compile error
"Method or data member not found" and ".SelStart =" is highlighted.
Does anybody know why?
Thank you.
I am using Access 2000. I have a table behind a form. Three of the fields
are memo fields. They are Services, Terms, and Vocational. I use the Got
Focus feature to have the cursor go to the first posiiton in the cell. This
works great.
Here is the procedure I use for each field.
Private Sub Services_GotFocus()
Services.SelStart = 0
End Sub
The problem is when I try to compile the database. I get the compile error
"Method or data member not found" and ".SelStart =" is highlighted.
Does anybody know why?
Thank you.