G
Guest
Hi All
hope someone can solve this, as its driving me nuts. I cant get a these two
dlookup statments in to one, i know its a syntax error, but i can't figure it
out for the life of me
Please any help would be appricated
ORGCOST2 = DLookup("[COST]", "IMPORT", "[TRACKING NUMBER]='" & MySet(13) &
"'")
ORGCOST = DLookup("[COST]", "IMPORT", "[CDESC] = 'FRT'")
they both work seperatly but not combined
Thanks in advance
Jay
hope someone can solve this, as its driving me nuts. I cant get a these two
dlookup statments in to one, i know its a syntax error, but i can't figure it
out for the life of me
Please any help would be appricated
ORGCOST2 = DLookup("[COST]", "IMPORT", "[TRACKING NUMBER]='" & MySet(13) &
"'")
ORGCOST = DLookup("[COST]", "IMPORT", "[CDESC] = 'FRT'")
they both work seperatly but not combined
Thanks in advance
Jay