![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello together, I am using FM 7. I am working with related tables for my database. In one of these tables I have fields related to an automatic ID. If I want to change the content of the ID-related field the new content will not be seen in all records but only in those who are created after the change. e.g. field NAME content = Smith ID = 32 changing field content from Smith to Johnson has only affect in new records but I want this change happens in all records. The old "name" is no longer valid and needed. Thank's for your help Dagmar |
#3
| |||
| |||
|
|
Hello together, I am using FM 7. I am working with related tables for my database. In one of these tables I have fields related to an automatic ID. If I want to change the content of the ID-related field the new content will not be seen in all records but only in those who are created after the change. e.g. field NAME content = Smith ID = 32 changing field content from Smith to Johnson has only affect in new records but I want this change happens in all records. The old "name" is no longer valid and needed. Thank's for your help Dagmar |
#4
| |||
| |||
|
|
"Dagmar" <dagmar.toeller (AT) eu (DOT) averydennison.com> schreef in bericht news:1164711905.286189.141020 (AT) n67g2000cwd (DOT) googlegroups.com... Hello together, I am using FM 7. I am working with related tables for my database. In one of these tables I have fields related to an automatic ID. If I want to change the content of the ID-related field the new content will not be seen in all records but only in those who are created after the change. e.g. field NAME content = Smith ID = 32 changing field content from Smith to Johnson has only affect in new records but I want this change happens in all records. The old "name" is no longer valid and needed. Thank's for your help Dagmar Dagmar, Normally I won't re-use an ID. Basicaly when Smith is not here any more and the record not valid, I either move wmith to a seperate table. (Ex-employee) OR I delete the record completely. An ID would never hold anymore then one value. For Johnson I would create a new record and thus a new ID. To overcome your updating problem try to end with a script step: refresh Window [Flush cached join results] Ursus |
![]() |
| Thread Tools | |
| Display Modes | |
| |