98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access Training and help » Access
Access
Resolved · Low Priority · Version 2010
Kim has attended:
Excel VBA Intro Intermediate course
Access
Hi,
I have a text field I need to update with a new note on a few hundred clients; some of the records already have text that I don't want to be over-written.
Is there a way to add text to the begining of the field where it is not null.
Thanks
RE: Access
Hello Kim,
The method of achieving this can vary depending on the context in which and how the new text is applied, also what code you currently use to populate.
Maybe you could concatenate the additional text such as:
Forms!Form3!Text5 = Forms!Form3!Text5 & strResult
I hope this gives you an idea as to how to approach this.
If you require further assistance, please reply to this post. Or perhaps you have another Microsoft Office question?
Have a great day.
Regards,
Mark
Microsoft Office Specialist Trainer
Tue 2 Oct 2012: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Create a custom Close button on a FormBy default, Forms that you create in Access have a full set of control buttons, that is, a title bar with Minimize, Maximize and Close buttons in the top right-hand corner and a Control Menu in the top left-hand corner. |