Johnny Drama
In need of beer...
- Local time
- Today, 06:22
- Joined
- Dec 12, 2008
- Messages
- 211
I'm not sure why this happens, but:
I have a query pulling data from two tables: tbl_audit and tbl_exceptions
I created a named tbl_status with the fields statusID and status, added a statusID field to tbl_exceptions and created a relationship between the two. I then added tbl_status to the query and **poof** no data is pulled into the query.
Adding data to the statusID field in the exceptions table will then cause the query to populate with those records that have data int he status field. If I set the criteria in the query to "Is Null" it still won't return anything.
My problem is this: I have some historical data that I do not have a status for and will not be able to populate that field for the older records, but need to populate it on a go forward basis while still being able to pull the historical data.
Any thoughts?
Thanks in advance.
I have a query pulling data from two tables: tbl_audit and tbl_exceptions
I created a named tbl_status with the fields statusID and status, added a statusID field to tbl_exceptions and created a relationship between the two. I then added tbl_status to the query and **poof** no data is pulled into the query.
Adding data to the statusID field in the exceptions table will then cause the query to populate with those records that have data int he status field. If I set the criteria in the query to "Is Null" it still won't return anything.
My problem is this: I have some historical data that I do not have a status for and will not be able to populate that field for the older records, but need to populate it on a go forward basis while still being able to pull the historical data.
Any thoughts?
Thanks in advance.