Hi,
I know its not normally the done thing but what i want to do record the results of a calculated select query to fields in a table. I'm hoping to do this via a button on a data entry form. I have a "Recipe" form and from that i can pull in ingredients from a combo box in a subform. This gives me the fat, saturated fat, carbs, sugar, energy etc. (all of this info is from the nutrition label on the packaging of the ingredients which is stored in another table) I want to be able to change say a high fat item to a low fat item within the same recipe and then hit an update button to record and save the data. Its working beautifully when i run the query however, how do i record the results in table? I have read that an update query would work for me and Ive spent hours on this but i cant get it to work. I have tried to create a new update query with the calculated query as the data source so i just get the answers, but a cant get them to record in a table. Any help is greatly appreciated..