E
Eric
In Tbl_ValidDispute i have to search all three otheraccounts. First if
otherAcct3 is not empty and match first five digit with tech_id.CORP
and also match the LstVldTech with tech_id.TECH and if they both match
then print the report. If otherAcct3 is empty but otherAcct2 is not
empty then match first five digit with tech_id.CORP also match
LstVldTech with tech_id.TECH if both match then print the report. if
otherAcct2 and otherAcct3 is empty then match with otherAcct1 and print
the report.
Tbl_ValidDispute
-----------------
TicketNum
LstVldTech Type Text 00000
OtherAcct1 Type Text 00000-000000-00
OtherAcct2 Type Text 00000-000000-00
OtherAcct3 Type Text 00000-000000-00
Tech_ID
-------
ID PK
CORP Type Text 00000
Tech Type Text 00000
TECHCONT Type Text
Thanks,
otherAcct3 is not empty and match first five digit with tech_id.CORP
and also match the LstVldTech with tech_id.TECH and if they both match
then print the report. If otherAcct3 is empty but otherAcct2 is not
empty then match first five digit with tech_id.CORP also match
LstVldTech with tech_id.TECH if both match then print the report. if
otherAcct2 and otherAcct3 is empty then match with otherAcct1 and print
the report.
Tbl_ValidDispute
-----------------
TicketNum
LstVldTech Type Text 00000
OtherAcct1 Type Text 00000-000000-00
OtherAcct2 Type Text 00000-000000-00
OtherAcct3 Type Text 00000-000000-00
Tech_ID
-------
ID PK
CORP Type Text 00000
Tech Type Text 00000
TECHCONT Type Text
Thanks,