chris-uk-lad
Registered User.
- Local time
- Today, 07:23
- Joined
- Jul 8, 2008
- Messages
- 271
Hi,
I have 2 tables of which have several different values. One is a before changes table and one is a after changes table (tblbefore / tblafter). I want the after table to show all records where the Total is different to what it was before.
So:
Name Ref Total
J Johns A123 1001
If total changed to 2001, it would be displayed in the query. I thought it was <>"" but doesnt work.
Thanks
I have 2 tables of which have several different values. One is a before changes table and one is a after changes table (tblbefore / tblafter). I want the after table to show all records where the Total is different to what it was before.
So:
Name Ref Total
J Johns A123 1001
If total changed to 2001, it would be displayed in the query. I thought it was <>"" but doesnt work.
Thanks