S SteveVS Registered User. Local time Today, 17:05 Joined Feb 20, 2017 Messages 14 Mar 20, 2017 #1 Hi How do I copy from a certain character in a string? Example Flaperon Composite Parts: Stage 2 Fuselage Jet Composite Parts: Stage 3F I want to copy everything that follows the :
Hi How do I copy from a certain character in a string? Example Flaperon Composite Parts: Stage 2 Fuselage Jet Composite Parts: Stage 3F I want to copy everything that follows the :
Minty AWF VIP Local time Today, 15:05 Joined Jul 26, 2013 Messages 10,644 Mar 20, 2017 #2 You'll need to use the Inst() https://www.techonthenet.com/access/functions/string/instr.php to find the character then either Mid() or Right() functions to get the rest of the string.
You'll need to use the Inst() https://www.techonthenet.com/access/functions/string/instr.php to find the character then either Mid() or Right() functions to get the rest of the string.