S
Samora
Good evening everyone
I need some help
i have 3 tables: Header, Detail and Footer
The Detail table among other fields have 3 fields that i
have to manage:
The problem i have is this one
while i am writing the records and after i update field 1
and field 2 (both of them written) i have to lookup on my
Detail table to see if the field 1 concatenated with field
2 allready exists. if it exists, i want to obtain the
field 3 .
What is the purpose of this?
Field 1 Field 2 Field 3
1234 AP 0001
4567 AA 0002
6789 AA 0003
1234 AP 0001 <-----
As you can see on line 4 , the field 3 must have the value
0001 (because Field 1 concatenated with Field 2 allready
exists) instead of 0004 as it was supposed to be.
If someone can help me, i would appreciate very much
Samora
I need some help
i have 3 tables: Header, Detail and Footer
The Detail table among other fields have 3 fields that i
have to manage:
The problem i have is this one
while i am writing the records and after i update field 1
and field 2 (both of them written) i have to lookup on my
Detail table to see if the field 1 concatenated with field
2 allready exists. if it exists, i want to obtain the
field 3 .
What is the purpose of this?
Field 1 Field 2 Field 3
1234 AP 0001
4567 AA 0002
6789 AA 0003
1234 AP 0001 <-----
As you can see on line 4 , the field 3 must have the value
0001 (because Field 1 concatenated with Field 2 allready
exists) instead of 0004 as it was supposed to be.
If someone can help me, i would appreciate very much
Samora