guto.bartinho
New Member
- Joined
- May 31, 2008
- Messages
- 14
Hello, since I am new to Access I need help with my Query.
In my example table below I have site, indicator and then the months values.
1- How do I hide blank/zero rows in my query? (Campinas,Indaiatuba and Curitiba for example). I can't use WHERE(jan/15<>0) or (feb/15<>0) statement for example because in my original table I may have Blank sites as well and this is another query criteria to filter valid sites
2- Is there any way to create records in my table through a query? I need a new indicator (Avg.Customers for example) that is the month average between month Beg.Customers and Fin.Customers. In the example Avg.Customers from São Paulo in jan/15 would be 2450 (2000+2900)/2
Thanks
In my example table below I have site, indicator and then the months values.
1- How do I hide blank/zero rows in my query? (Campinas,Indaiatuba and Curitiba for example). I can't use WHERE(jan/15<>0) or (feb/15<>0) statement for example because in my original table I may have Blank sites as well and this is another query criteria to filter valid sites
2- Is there any way to create records in my table through a query? I need a new indicator (Avg.Customers for example) that is the month average between month Beg.Customers and Fin.Customers. In the example Avg.Customers from São Paulo in jan/15 would be 2450 (2000+2900)/2
Thanks