I have an access DB that contains data for a full Calendar Year. The data comes from another source which is converted in excel, and then imported into the access DB. There are 5 tables and 5 source files that follow this process. After importing the necessary files, the next step is to update the tables with a "0" whereever there it is null in the tables. It seems that the update query works just fine.
However, when I go to the individual query to retract the data that is imported, I get no data. Here is an example of what happens.
Lets say that my DB contains data from January - November, but not december. Once the update query is ran, the december data should be converted to 0 since I am using an update query to find null values and make them 0. But when I run the query that pulls January-December, it returns blank. If I run the query from Jan-Nov, it returns a value. What I need to do is show the 0 for december. So I need to run the query from Jan-Dec, but populate Dec with a 0 when I execute the query.
Can someone show me how to do this? Do I have so put an IIF function in the actual query? What should I do so that the query returns with the necessary values for Jan-Nov, but zeros for Dec.
Please help!!!!!! I can do a webex or something if someone is willing to show me what to do or needs
However, when I go to the individual query to retract the data that is imported, I get no data. Here is an example of what happens.
Lets say that my DB contains data from January - November, but not december. Once the update query is ran, the december data should be converted to 0 since I am using an update query to find null values and make them 0. But when I run the query that pulls January-December, it returns blank. If I run the query from Jan-Nov, it returns a value. What I need to do is show the 0 for december. So I need to run the query from Jan-Dec, but populate Dec with a 0 when I execute the query.
Can someone show me how to do this? Do I have so put an IIF function in the actual query? What should I do so that the query returns with the necessary values for Jan-Nov, but zeros for Dec.
Please help!!!!!! I can do a webex or something if someone is willing to show me what to do or needs