Thanks for all the responses to my last post last week. I am going to try to re-explain my problem in order to maybe get clearer results. I've tried several suggestions and I'm either too new at this or I'm making it harder than it needs to be.
I have a 2 tables and I am trying to build a query. I am pulling the following info from each table:
Table 1: Table 2:
ID # (primary key) Name
Date of Class
Name of Class
Total Credits
Category 1 Credits
Category 2 Credits
Category 3 Credits
I have built a parameter into the query that asks for the name of the person. When I type it in, I get all information - works great. HOWEVER - I only want Category 1, 2 and 3 Credits to show if >0
As it is now I have a page filled with 0's and it's making it difficult to read with as many classes as I track. The credit hours the participants receive is getting "lost" in the zeros.
1- Is there a way to do this?
2- Am I setting it up incorrectly? Is there a better way?
THANK YOU IN ADVANCE.
I have a 2 tables and I am trying to build a query. I am pulling the following info from each table:
Table 1: Table 2:
ID # (primary key) Name
Date of Class
Name of Class
Total Credits
Category 1 Credits
Category 2 Credits
Category 3 Credits
I have built a parameter into the query that asks for the name of the person. When I type it in, I get all information - works great. HOWEVER - I only want Category 1, 2 and 3 Credits to show if >0
As it is now I have a page filled with 0's and it's making it difficult to read with as many classes as I track. The credit hours the participants receive is getting "lost" in the zeros.
1- Is there a way to do this?
2- Am I setting it up incorrectly? Is there a better way?
THANK YOU IN ADVANCE.