My Dilemma
The main reason I am approaching it this way, is I am printing the totals onto a pre-printed form (which I wish I could change, but which would require much bureaucratic effort!) I'm basically forced to use this accounting method, as the form is an official record. I must print an inventory for each individual upon the initial inventory of items at our site. From then on, I may have to add an amount to items currently on the inventory, or add an amount to other items on the form that the individual previously didn't have. When a person's term is completed, he/she is then given a departure inventory. Therefore, I need to preserve the initial inventory, as there may be grievances by individuals concerning when they acquired these items.
The entire project is very workable, and nearly complete. In fact, I have no trouble with the append query. I just felt that turning the warnings off would require less input from other users, and reduce errors if the wrong "Yes" or "No" was selected. I checked the Access "help" and could not find a way to turn the warnings off, then run the append, using the OnClose method. I certainly have a lot to learn about Access, especially when SQL is involved!