A
AccessNow
I have an access db that has a table with 3 fields in it and in the last
field it is all text with delimitors.
My question is how do I read this field (PERFDATA), so that I can separate
out the data to print on reports?
I enclosed two records below both starting with WONUM. Near as I can tell,
looking at the output, the numbers with a | right after them, I'll need to
read another table with that number to get its description to print. If it
doesnt have a | right after it, that actually prints on the report, like the
word PASS and .25, etc.
WONUM TASKNUM
0000023104 0003
PERFDATA
"""~"""" ""5474|""PASS""""~""""""""~""""COMMENTS:
""""GOOD""""~""15|""""""~""16|"".25""""HOURS""""~"""
WONUM TASKNUM
0000023104 0003
PERFDATA
"6006|""5""""~""""~""""SEQUENCE:""5473|""DATE:""7688|""TIME:""""12:47:
50""""~""""~""""OP CODE:""""KEA""""~""""~""2|""~"""" TYPE:""5591|""MANF:
""5466|""LOC:""5467|""~"""" MODEL:""5468|""SERIAL #:
""""""""~""5469|""SRD009""""~""""~""8|""~""""""""~"""" """"~""""~""""
1""5518|""STORED""""~"""" 2""5600|""STORED"""
Thank You
TextMan
field it is all text with delimitors.
My question is how do I read this field (PERFDATA), so that I can separate
out the data to print on reports?
I enclosed two records below both starting with WONUM. Near as I can tell,
looking at the output, the numbers with a | right after them, I'll need to
read another table with that number to get its description to print. If it
doesnt have a | right after it, that actually prints on the report, like the
word PASS and .25, etc.
WONUM TASKNUM
0000023104 0003
PERFDATA
"""~"""" ""5474|""PASS""""~""""""""~""""COMMENTS:
""""GOOD""""~""15|""""""~""16|"".25""""HOURS""""~"""
WONUM TASKNUM
0000023104 0003
PERFDATA
"6006|""5""""~""""~""""SEQUENCE:""5473|""DATE:""7688|""TIME:""""12:47:
50""""~""""~""""OP CODE:""""KEA""""~""""~""2|""~"""" TYPE:""5591|""MANF:
""5466|""LOC:""5467|""~"""" MODEL:""5468|""SERIAL #:
""""""""~""5469|""SRD009""""~""""~""8|""~""""""""~"""" """"~""""~""""
1""5518|""STORED""""~"""" 2""5600|""STORED"""
Thank You
TextMan