Update query

M

Mykas_Robi

Unable to run a query that I've ran numerous times in the past. The only
thing that has changed is the table structure (added new fields that I am not
updating.) syntax of query is below

UPDATE DISTINCTROW [pri2 struc], [rate table 0607 3] SET [pri2
struc].[PRIMARY PREMIUM] = [rate table 0607 3].[PRIM PREMIUM]
WHERE ((([pri2 struc].[CLASS CODE])=[rate table 0607 3].[CLASS CODE]) AND
(([pri2 struc].COVERAGE)=[rate table 0607 3].[COVERAGE]) AND (([pri2
struc].[PRIMARY LIMITS])=[rate table 0607 3].[PRIM LIMITS]) AND (([pri2
struc].[CM YEAR])=[rate table 0607 3].[YR]));

please note. it works on a table that i created a year ago but doesn't work
on the new table. it only updates where coverage=SCM and cm year = 1.

please help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Update Table with query 5
Very difficult query (?) 9
beginner sql query 0
Formula will not work 14
error -3087 insert query 1
'Group By' problem 9
simple update query 4
Help with crosstab query 2

Top