Working with Text

Artemis

Registered User.
Local time
Today, 00:31
Joined
Apr 5, 2003
Messages
13
I am trying to create a query that will select a piece of text that always appears after another piece text eg:

Request for manufacturers RMA Number sent to Zebra. RMA No: 318937

The words RMA No: are standard in every record. I want to display the following 12 characters the follow after.

The characters always follow the 'RMA No: statement.

The text appears in an a table 'Details'

Grateful for any help you can offer.:)
 
Check out the Mid() function in help.
 
He may need to check out Instr as well.

Brian
 

Users who are viewing this thread

Back
Top Bottom