Removing selected text from a string

alastair69

Registered User.
Local time
Today, 05:23
Joined
Dec 21, 2004
Messages
562
Dear All,

Thank you for taking the time to look at this Question.

I am using a form in which i only need the last sections.

example:-
G/001 - Ceiling - Tiles - Perforated. this is what i get at the second, but i would like to drop the "G/001 - " and just have "Ceiling - Tiles - Perforated.", has anybody got any ideas on how to do this please.
 
You need to parse your data. Look up the Mid() and Instr() functions. Plenty of threads floating around here on that subject.
 

Users who are viewing this thread

Back
Top Bottom