I'm creating a recipe database. I have code associated with the "Make This Today?" button that updates the number of # of Times Made and the Last Time Made fields. I also want to allow the user to modify the number of servings, which will require me to update the quantities in the Recipe Ingredients subform. However, I don't want to update the quantities in the Recipe table. In otherwords, the next time the user opens this recipe I want them to see the original quantities.
What is this best approach to do this? Would it just be eaiser to go ahead and update the form/table and then use the same multiplying factor to divide the updated values back to the original valuse when leaving the form?
I'm a novice at this so I thought I would ask the pros before I go too far.
FYI - I'm also thinking about redoing my star rating scheme to get rid of the rest button and have the green stars trigger a lower rating if clicked. I've got to give that some more thought.