Hello everyone,and thank you for accepting me here.Without further ado,here's my problem.I'm a newbie in access databases and I have been tasked with building one for a small recruitment company.I've made the tables, defined the relationships, the necessary queries and now comes the hardest part.I need to generate some reports based on the data that I have.For example,I have one table called potential customers and another one called employers.When we want to hire someone,there is a junction table which holds the employment data,and I can pull data from that table and generate a report (which is basically a contract).So far so good.The problem is that my employers are split in four categories,and each category has a certain type of contract.Now the question is,how do I make access open a certain report based on a criteria that the employer has? In a "coding language" to me it seems something like this:If employer is type A then open report A,if employer is type B open report B and so on.Thank you for any responses.