H
hoachen
Table1
item# CustID Dep$
1234A 111 10.15
2554S 222 7.75
1232B 111 8.49
Table2
item# CustID Return$
1234A 111 10.15
1232B 111 8.47
Right now, I use Left join on all these fields (it have more fields but I
shortern it). But if the Cents (Table1 1232B have 8.49 and Table2 have 8.47)
did not match exactly then I would not be able to varify the item has been
return
Is there anywhere I can do like if match exact the same, then display or if
only one to ten cents different it will display also.
The above result will only display:
The result should be display below even though there were two cents
different:
1234A 111 10.15
1232B 111 8.47
I am not know much about IIF function. I believe it can do it, can anyone
show me how to accomplish this?
Thanks
item# CustID Dep$
1234A 111 10.15
2554S 222 7.75
1232B 111 8.49
Table2
item# CustID Return$
1234A 111 10.15
1232B 111 8.47
Right now, I use Left join on all these fields (it have more fields but I
shortern it). But if the Cents (Table1 1232B have 8.49 and Table2 have 8.47)
did not match exactly then I would not be able to varify the item has been
return
Is there anywhere I can do like if match exact the same, then display or if
only one to ten cents different it will display also.
The above result will only display:
The result should be display below even though there were two cents
different:
1234A 111 10.15
1232B 111 8.47
I am not know much about IIF function. I believe it can do it, can anyone
show me how to accomplish this?
Thanks