May 24, 2005 #1 MadMax7 MIS Feb 17, 2004 62 GB Hello all I need to remove the first 2 characters and the last 4 characters from a string can some tell me the best way to do this please
Hello all I need to remove the first 2 characters and the last 4 characters from a string can some tell me the best way to do this please
May 24, 2005 #2 jebry Programmer Aug 6, 2001 3,006 US Hi! NewString = Mid(OldString, 3 , Len(OldString) - 6) hth Jeff Bridgham bridgham@purdue.edu Upvote 0 Downvote
May 24, 2005 #3 fredericofonseca IS-IT--Management Jun 2, 2003 3,324 PT If doing a SQL to retrieve the data you may need to do it differently, and that will depend on the Database you are using. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com Upvote 0 Downvote
If doing a SQL to retrieve the data you may need to do it differently, and that will depend on the Database you are using. Regards Frederico Fonseca SysSoft Integrated Ltd http://www.syssoft-int.com