hello.
I am trying to reformat a string of text so that it is easier to read on a report.
Based on the text, it seems like the best thing to do is to insert a carriage return before a date/time stamp.
Here is the data (it's a conversation log)...it is three unique conversation log entries:
04/13/2014 8:21PM - all work and no play is no fun - Bob Smith04/13/2014 8:21PM - this is a test of the emergency broadcast system - Bob Smith04/13/2014 8:20PM - log testing - Bob Smith
If the carriage return is before the date/time string, then all entries would look the same. If the carriage return is after the date/time string, it would mess up the first one (I think).
A user had suggested a child table to break out the data into separate records, but I'm sad to say that I never worked with child tables.
Does anyone have a suggestion for replacing 'Date/time stamp' with 'carriage return' & 'Date/time stamp"
I am trying to reformat a string of text so that it is easier to read on a report.
Based on the text, it seems like the best thing to do is to insert a carriage return before a date/time stamp.
Here is the data (it's a conversation log)...it is three unique conversation log entries:
04/13/2014 8:21PM - all work and no play is no fun - Bob Smith04/13/2014 8:21PM - this is a test of the emergency broadcast system - Bob Smith04/13/2014 8:20PM - log testing - Bob Smith
If the carriage return is before the date/time string, then all entries would look the same. If the carriage return is after the date/time string, it would mess up the first one (I think).
A user had suggested a child table to break out the data into separate records, but I'm sad to say that I never worked with child tables.
Does anyone have a suggestion for replacing 'Date/time stamp' with 'carriage return' & 'Date/time stamp"