Y
Yamou
I have a number of text strings like these:
[PAYEE_TRANS]
Trans to Nya subproject (Kshs 561,596.30)
Trans to Bon subproject (Kshs 447,406.50)
Is there a way in Access 2002 to extract just the numerical part of these
strings in a query. E.g. IIf(XYZ,numericpartof[PAYEE_TRANS] as
Amount,IIf...))...
The problem is that I find that the transaction type is a subproject
transfer, but the amount of transfer (in our current reporting system) is
only reported as part of the [PAYEE_TRANS] field, not a separate numerical
field like an Amount field. So the challenge is to retrieve the amount from
text such as a above and post them into an [AMOUNT] field.
Is this possible? If so, any suggestions? Thanks
[PAYEE_TRANS]
Trans to Nya subproject (Kshs 561,596.30)
Trans to Bon subproject (Kshs 447,406.50)
Is there a way in Access 2002 to extract just the numerical part of these
strings in a query. E.g. IIf(XYZ,numericpartof[PAYEE_TRANS] as
Amount,IIf...))...
The problem is that I find that the transaction type is a subproject
transfer, but the amount of transfer (in our current reporting system) is
only reported as part of the [PAYEE_TRANS] field, not a separate numerical
field like an Amount field. So the challenge is to retrieve the amount from
text such as a above and post them into an [AMOUNT] field.
Is this possible? If so, any suggestions? Thanks