Hello all,
I am trying to write an expression for a calculated field in an Access 2000 query.
Here is an example of the field data:
Microsoft Outlook - Memo Style owned by USERNAME was printed on Assessing Department Lasertjet 4 via port IP_10.2.1.5. Size in bytes: 51102; pages printed: 1
I want to place the pages printed in its own field. This could be a 1 2 3 or 4 (or more) digit number. The logical method seems to be read the field from the right until a space is encountered, then take the stuff between the space and the end of line.
Anyone ever done somehting like this in a quesry?
Thanks in advance
I am trying to write an expression for a calculated field in an Access 2000 query.
Here is an example of the field data:
Microsoft Outlook - Memo Style owned by USERNAME was printed on Assessing Department Lasertjet 4 via port IP_10.2.1.5. Size in bytes: 51102; pages printed: 1
I want to place the pages printed in its own field. This could be a 1 2 3 or 4 (or more) digit number. The logical method seems to be read the field from the right until a space is encountered, then take the stuff between the space and the end of line.
Anyone ever done somehting like this in a quesry?
Thanks in advance