Gotchya,
That definately works. I added the following column in a query;
OTHHoldType: Mid([TransactionNote],((InStr(19,[TransactionNote],"from ",1))+5))
It returns everything after "from " every time.
I chose to start the InStr search from the 19th place, because an order number cannot be...