When trying to update a table with new values using an update query I get an error message "Operation must use an updatable query". I read that you cant update a table using an update query on a one-to-many relationship. WHY NOT !?? Is there no other way to do this ??
I want to update membership fees in a table. I have one table with 2 fields. Account# and number of family members. The current values in the fee table should be updated by the number of family members X the fee for each member.
Please help.
I want to update membership fees in a table. I have one table with 2 fields. Account# and number of family members. The current values in the fee table should be updated by the number of family members X the fee for each member.
Please help.