Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hi,I have two tables(master and detail) and this tables related with sno,mastersno auto_incnameaddresdetail snodate,....I want to delete from detail table one record but all record is deleted;so, I'm not selected all record.
Hi,this error happens when you've selected wrong primary key in your detail table on the Choose pagestab.You should use unique values as keys.I recommend to add new field (auto-increment) to the detail table and then use this field as primary key on the Choose pages tab.
thnx jane,