Hi,
I am running several update queries on my access databse but a message box keeps appearing teling em the access is about to update more records than actually exist! So, I have 62770 records but access keeps telling me it is updating 96309 records. I've checked the output (well some of them) and it appears to have worked correctly but I am still wondering where the extra records have come from!
One of the queries I am using is (and apologies if the syntax is messy, I am very new to using access):
UPDATE E_1039_M_50 INNER JOIN precip_1039_50_M ON E_1039_M_50.UKCIP=precip_1039_50_M.grid_no SET E_1039_M_50.d1 = E_1039_M_50.day1+((E_1039_M_50.day1*precip_1039_50 _M.jan)/100);
Thanks in advance for any help/advice
Kate