PC Review


Reply
Thread Tools Rate Thread

How do I Automate changing text to a different text, ie, RW to RMW

 
 
RonW
Guest
Posts: n/a
 
      14th Jun 2008
Is is possible to run a query to automate changing text in a field, so that
it will automatically for example change RW to RMW?

Thanks
 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      14th Jun 2008
On Fri, 13 Jun 2008 21:47:00 -0700, RonW
<(E-Mail Removed)> wrote:

One option is to in the <control>AfterUpdate write:
if Me.MyTextfield = "RW" then Me.MyTextfield = "RMW"

If you want this globally, run an Update query:
Update MyTable
set MyField = 'RMW'
where MyField = "RW'

-Tom.


>Is is possible to run a query to automate changing text in a field, so that
>it will automatically for example change RW to RMW?
>
>Thanks

 
Reply With Quote
 
RonW
Guest
Posts: n/a
 
      14th Jun 2008
Tom: Thanks for your reply. I'm a new Access user and I think I have found
a solution to my concern: I went to Find & Replace and it worked perfectly.
Thanks, RonW



"Tom van Stiphout" wrote:

> On Fri, 13 Jun 2008 21:47:00 -0700, RonW
> <(E-Mail Removed)> wrote:
>
> One option is to in the <control>AfterUpdate write:
> if Me.MyTextfield = "RW" then Me.MyTextfield = "RMW"
>
> If you want this globally, run an Update query:
> Update MyTable
> set MyField = 'RMW'
> where MyField = "RW'
>
> -Tom.
>
>
> >Is is possible to run a query to automate changing text in a field, so that
> >it will automatically for example change RW to RMW?
> >
> >Thanks

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the font of text in richtextbox without affecting thepresent colour of text Gouri.Mahajan7@gmail.com Microsoft Dot NET Framework 1 6th Jun 2008 09:52 AM
Changing the font of text in richtextbox without affecting thepresent colour of text Gouri.Mahajan7@gmail.com Microsoft ASP .NET 0 5th Jun 2008 09:16 AM
Macro to automate a text entry into a comment text field =?Utf-8?B?TkJC?= Microsoft Access Macros 0 7th Feb 2006 10:19 PM
Changing a text boxes value (from code) of a data bound text box does not work Joshua Ellul Microsoft ADO .NET 2 17th Oct 2003 01:03 AM
Changing a text boxes value (from code) of a data bound text box does not work Joshua Ellul Microsoft Dot NET 0 15th Oct 2003 06:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:48 AM.