Guest_imported
New member
- Jan 1, 1970
- 0
How can I match a reference field from one table
with another table’s field which holds the reference somewhere within the field ?
eg Table 1 PaymentNo Amount
0001 10
0002 50
Table 2 Account Description
Acc1 Payment from 08/21/2002 Number 0002
Acc2 Pymt from 8/1/02 No, 0001
I want to match Table 1’s PaymentNo with the numbers in Table 2’s Description,
which as you can see is free-format text, to return
Acc1 50
Acc2 10
Is this possible ?
with another table’s field which holds the reference somewhere within the field ?
eg Table 1 PaymentNo Amount
0001 10
0002 50
Table 2 Account Description
Acc1 Payment from 08/21/2002 Number 0002
Acc2 Pymt from 8/1/02 No, 0001
I want to match Table 1’s PaymentNo with the numbers in Table 2’s Description,
which as you can see is free-format text, to return
Acc1 50
Acc2 10
Is this possible ?