Splitting string values in Access report textbox controls

kenwarthen

Registered User.
Local time
Today, 11:13
Joined
Apr 14, 2008
Messages
35
I have a report based on a crosstab query in an Access 2007 database. Some of the report's textbox controls display values that look like "2349|1.00|10 for 10". I'd like to split the values separated by the pipe character and display each in their own textbox control. Any help or advice on how I might achieve this would be greatly appreciated.

TIA,

Ken
 
That's a nice sample database, but it doesn't specifically answer my question as to how to split a string value like "1437|1.00|10 for 10" into the pipe separated values and display those values in their own textboxes.

Ken
 

Users who are viewing this thread

Back
Top Bottom