Command Button that Performs edit-replace

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I can't figure out how to program a command button on a
form to acheive the same functionality as the "Edit-
Replace" function that you have while in a table.

If there was only one value that I needed to replace, I'd
simply perform the action by clicking on the menu bar. I
plan on using "SELECT CASE" to program my conditions.

In a field that whose value is "zzzzTAGyyy" I'd like to be
able to click the button, and [with preset conditions],
have it replace the "TAG" part of the value with, for
instance, "CAT." I've tried a number of different,
things, and haven't managed to get it to work properly.

Can anyone help me out?

Thanks!
 
Check the Help files on the REPLACE function. It should
let you do what you want.

H
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top