home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 545.TXT < prev    next >
Text File  |  1991-12-18  |  1KB  |  36 lines

  1.  
  2.  
  3.  
  4.     HOW TO CHANGE DATA IN THE CONTACT FIELD TO LOWER CASE
  5.     -----------------------------------------------------
  6.  
  7.      If you imported a group of records and the names are all in upper caseì
  8. in the CON Field, you can use the following dBase command in a Groupì
  9. Replace to change the data to lower case.  The following Replace can alsoì
  10. be used for other fields that contain two words by substituting the fieldì
  11. name in the Replace expression.
  12.  
  13. NOTE:      You may want to set up a filter for one record only and try the ì
  14.     Group Replace before replacing data for all your TeleMagic ì
  15.     records.  It is also a good idea to have a current backup before
  16.     performing advanced Group Replaces such as this one.
  17.  
  18.     From the TeleMagic Main Menu:
  19.  
  20.     1.  Select "0" for Other Options
  21.     2.  "D" for Database Utilities
  22.     3.  "R" for Replace in Filtered Records
  23.     4.  Enter "CON" at the 'Change this Database Field' prompt
  24.     5.  Enter the following string at the "To look like this" prompt.
  25.  
  26.         NOTE:  The following string is to be entered on one line:
  27.  
  28. &upper(left(con,1))+lower(subs(con,2,at(" ",con)-1))+upper(subs(con
  29. ,at(" ",con)+1,1))+lower(subs(con,at(" ",con)+2))
  30.  
  31.    * This Group Replace will have the effect of changing JOHN DOE or johnì
  32. doe to "John Doe."
  33.  
  34. (end DRM545)
  35. indexed on: import, names, replace
  36.