I have three tables, one containing patient information, one containing their appointment details and another containing the pricing. I have made a calculated field in a query using the patient type and the type of appointment ('other first appointment'), i have then linked this query to the pricing table to add the pricing in from the calculated field, the pricing table contains two fields one, with the names ('other first appointment' etc) and another with the required price. When i link them however it creates multiple entries even though there is only one patient entry, and four different prices, it adds them for all possible prices (the query contains four records for the same patient with the different prices). how can i get it to link and only add the correct price from the calculated field by looking up the pricing table??