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 / June 2005

Tip: Looking for answers? Try searching our database.

Can I add text to a memo field

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Robin Chapple - 16 Jun 2005 05:32 GMT
I have a memo field that carries "Notes" about each member.

At times I need to add the same comment to many members selected by a
criteria in the query. Is it possible to use an update query that will
retain the existing contents and add a common comment to the qualified
records?

Thanks,

Robin
Bob Howard - 16 Jun 2005 05:40 GMT
I've never done this, but it would seem that if you used some code to fetch
the existing data, add a couple of carriage returns, and then add the new
comments --- it just might work!

A = A + Chr(13) + Chr(13) + B

> I have a memo field that carries "Notes" about each member.
>
[quoted text clipped - 6 lines]
>
> Robin
Ken Snell [MVP] - 16 Jun 2005 13:47 GMT
UPDATE MyTable
SET MyMemoField = MyMemoField &
" My New Text";

Signature

       Ken Snell
<MS ACCESS MVP>

>I have a memo field that carries "Notes" about each member.
>
[quoted text clipped - 6 lines]
>
> Robin
Robin Chapple - 16 Jun 2005 20:27 GMT
Thanks Ken

>UPDATE MyTable
>SET MyMemoField = MyMemoField &
>" My New Text";
Ken Snell [MVP] - 16 Jun 2005 23:26 GMT
You're welcome.

Signature

       Ken Snell
<MS ACCESS MVP>

> Thanks Ken
>
>>UPDATE MyTable
>>SET MyMemoField = MyMemoField &
>>" My New Text";
 
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.