I'm sure this is a round about way of doing something simple but it's my first time trying something like this and it's the best I could come up with.
I have to append to and update 5 fields ("Resident", "Meeting Date", "In House", "Outside", and "WHU") in a table named "Meetings". The record set I'm using for my "update to" is a query called "Current Residents" which have 8 fields in it ("Resident", "Meeting Date", "In House", "Outside", and "WHU" and also "In House 2", "Outside 2", and "WHU 2"). On a form I have all of my current residents displayed where using "In House", "Outside", and "WHU" I can enter the number of meetings they have gone to for a given day. A code is set up to check if that date has been added already, run a query to append them to the "Meetings" table if it hasn't yet. If the date has been added already, I had to be able to add to any numbers that may already be in the "Meetings" table to the numbers that were being added. To do that I set up an update query to copy the numbers from "Meetings" for that date to "In House 2", "Outside 2", and "WHU 2" in the "Current Resident" table. Sum that and the new numbers being added and send the new totals back to the "Meeting" table. Everything actually works the way it's supposed to except I get an Enter Perimeter Value message for "Current Residents!Outside 2" when ever it runs the update. It's only that one that does that and everything is set up the same throughout the whole deal. I'm at a loss.
I have to append to and update 5 fields ("Resident", "Meeting Date", "In House", "Outside", and "WHU") in a table named "Meetings". The record set I'm using for my "update to" is a query called "Current Residents" which have 8 fields in it ("Resident", "Meeting Date", "In House", "Outside", and "WHU" and also "In House 2", "Outside 2", and "WHU 2"). On a form I have all of my current residents displayed where using "In House", "Outside", and "WHU" I can enter the number of meetings they have gone to for a given day. A code is set up to check if that date has been added already, run a query to append them to the "Meetings" table if it hasn't yet. If the date has been added already, I had to be able to add to any numbers that may already be in the "Meetings" table to the numbers that were being added. To do that I set up an update query to copy the numbers from "Meetings" for that date to "In House 2", "Outside 2", and "WHU 2" in the "Current Resident" table. Sum that and the new numbers being added and send the new totals back to the "Meeting" table. Everything actually works the way it's supposed to except I get an Enter Perimeter Value message for "Current Residents!Outside 2" when ever it runs the update. It's only that one that does that and everything is set up the same throughout the whole deal. I'm at a loss.