![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
| Hi All, I have a query where i'm looking for any containing the word "ready", so I have *ready*. We'll i get results like, cs-ready de-ready lf-ready I need to update to only change "ready" to "not", so my new results will be, Field1 cs-not de-not lf-not Thanks! |
| Sponsored Links |
|
#2
| ||||
| ||||
| is there always going to be a hyphen?
__________________ If i helped you, make me famous by clicking the Last edited by AOG123; April 2nd, 2008 at 04:46 AM. |
|
#3
| ||||
| ||||
| Hi AOG, Yes, there will always be a hyphen. Thanks for the info. |
|
#4
| ||||
| ||||
| No problem,.. you should put a filter in for "Ready",.. but asides from that you shouldn't have any problems give me a shout if you do ![]() Edit,... basic sample ,.. Last edited by AOG123; April 2nd, 2008 at 04:51 AM. |
|
#5
| ||||
| ||||
| Thanks Bunches AOG!!! Got it...was having a bit of an issue with the update part but with the example, got it now! ![]() I also searched info on replace and seems like it works too....did a: Code: replace([fieldname],"ready","not") |
|
#6
| ||||
| ||||
| that's the easier way to do it ![]() Replace ([yourfield],"ready","not") |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|