Updating fields through query (1 Viewer)

adil_karampurwa

Registered User.
Local time
Today, 11:59
Joined
Sep 18, 2006
Messages
23
I have two table Client_details and Release_details in a database,were client field is the primary keyin both the tabels.I want to update records of Airtel-India in Release_details,for that i have wrriten a query

UPDATE Client_detail, Release_detail SET Client_detail.Client = "Airtel-India", Release_detail.Client = "Airtel-India"
WHERE (((Client_detail.Client)="Bharati Chennai") AND ((Release_detail.Client)="Bharati Chennai"));

but after running an error message is shown like

Microsoft access didnt update 0 fileds due to a type conversion failure,16 records due to key violations,0 records due to validation rule violations
:confused:
 

Krava

Registered User.
Local time
Today, 19:59
Joined
Jul 13, 2005
Messages
72
Hi, Adil!

Did you solve your problem already?

Krava
 

Users who are viewing this thread

Top Bottom