Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / May 2008

Tip: Looking for answers? Try searching our database.

Set focus to end of data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
dbl - 23 Apr 2008 16:59 GMT
Hi I have a memo field which some time has a fair few note in it.

I use the following to date stamp it

Me.Comments4 = Comments4 & "    " & Now() & " "
Me.Comments4.SetFocus

how do I get the cursor to be at the end of all the data entered into the
field ready to start typing?

At the moment it highlights all the data.

Thanks Bob
fredg - 23 Apr 2008 17:17 GMT
> Hi I have a memo field which some time has a fair few note in it.
>
[quoted text clipped - 9 lines]
>
> Thanks Bob

Me.Comments4.Selstart = Len(Me.Comments4)
Signature

Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

Bob - 23 Apr 2008 18:13 GMT
Thanks sorted.

Bob

>> Hi I have a memo field which some time has a fair few note in it.
>>
[quoted text clipped - 11 lines]
>
> Me.Comments4.Selstart = Len(Me.Comments4)
Bob - 13 May 2008 19:24 GMT
That works fine thanks

Bob

>> Hi I have a memo field which some time has a fair few note in it.
>>
[quoted text clipped - 11 lines]
>
> Me.Comments4.Selstart = Len(Me.Comments4)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.