RobNauticus
MIS
Hello, I am trying to create a new table from a linked table that adds a new field that is calculated from two other fields in the linked table. As of right now I am trying to use an update query first that combines the linked table and a new table with the field that I want added. I created the relationship by copying the key fields from the linked table to the new one. I perform the calculation on the update query then that whole query is the basis for the make table query. Now every time I try run the update query, it says every record (the total number of records in the table) cannot be updated due to key violations. What am I doing wrong? Is there an easier way?
Any help would be appreciated...
Thanks a lot,
Rob
Any help would be appreciated...
Thanks a lot,
Rob