Saving problem [message #183014] |
Wed, 19 July 2006 03:10  |
sunil_vine
Messages: 1 Registered: July 2006 Location: India
|
Junior Member |
|
|
Dear sir,
i am working on Form 6i. When we try to make the new record on the basis of previous record the record is not save and shoew the message can not update that table child record exist.i think this try to update the record but i want to make new record on the tha basis of previous record except primary key field.
|
|
|
|
Re: Saving problem [message #183029 is a reply to message #183024] |
Wed, 19 July 2006 04:08  |
 |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
"can not update that table child record exist" -> it seems that you are overtyping existing record, not creating a new one.
You could try to:
- execute query
- insert new record (empty one)
- duplicate record (can be found in the Record menu)
- change primary key value
- save changes
|
|
|