A family of Microsoft relational database management systems designed for ease of use.
Okay, now I added an Unbound Textbox on the Main form and gave it a label of Month name. Then I went ahead and changed the query to reflect the CenterCode from the combo box like you said. Since I only see one query in my database, so I changed the query to the Center Code, if this is the query you are talking about.
"One last thing is to add a column to query:
Mth: Forms!mainformname!controlname
where controlname is the name of the unbound control you just added for the month.
Now when you run the query, it should show records for the Center currently being displayed on the main form with a field for the month."
I didn't understand this part above quite well. Are you talking about the same query that I added to reflect the Center Code wiz. Forms!MainFormname!Controlname which is the combo box? And where do you want me to add the column for the month ? Please clarify these in greater detail.
Thanks.