G Guest Jan 5, 2005 #1 I need to trim the two charactesr from a field. If you have a simple sql statement that would be great too.
I need to trim the two charactesr from a field. If you have a simple sql statement that would be great too.
G Guest Jan 5, 2005 #2 Hi Carlton, How about this: SELECT Mid$([FieldName],3) AS [Trimmed Field] FROM TableName; Tom ___________________________ : I need to trim the two charactesr from a field. If you have a simple sql statement that would be great too.
Hi Carlton, How about this: SELECT Mid$([FieldName],3) AS [Trimmed Field] FROM TableName; Tom ___________________________ : I need to trim the two charactesr from a field. If you have a simple sql statement that would be great too.