rvolpe
08-05-2009, 07:41 AM
I have created several tables (multiple years) that contain several columns of financial data. The tables are linked by a key and each have the same columns of data.
In attempting to do a query to pull 2 years of one column of data (gross margin), I realized the query was not pulling everything that I know is in the table for gross margin. I did a single year query, and it is still not pulling everything.
I then attempted to query one of the missing records based upon primary key criteria and the gross margin amount. It will not pull it up although I can see it in the table.
Any suggestions on what I have done wrong?
In attempting to do a query to pull 2 years of one column of data (gross margin), I realized the query was not pulling everything that I know is in the table for gross margin. I did a single year query, and it is still not pulling everything.
I then attempted to query one of the missing records based upon primary key criteria and the gross margin amount. It will not pull it up although I can see it in the table.
Any suggestions on what I have done wrong?