gdanalakshmi
Registered User.
- Local time
- Today, 23:43
- Joined
- Nov 26, 2002
- Messages
- 102
I have 2 tables TableA with columns (MoveId, QA)
TableB with columns (MoveId, QB).
TableB will not have all the records as in TableA.
I am listing the 3 fields MoveId, QA, QB. When there is no matching record in TableB, I get an #error in the output. How do I set it to 0.
I tried using the IIf also for QB field.
TableB with columns (MoveId, QB).
TableB will not have all the records as in TableA.
I am listing the 3 fields MoveId, QA, QB. When there is no matching record in TableB, I get an #error in the output. How do I set it to 0.
I tried using the IIf also for QB field.