Auditiaan Posted November 5, 2004 Posted November 5, 2004 Hello, Could anyone tell me if it's possible to copy data from one field to another? At the moment i'm using three tables: The first one, named AuditDetail, contains the following fields: ADid, Categorie, AuditAspect, AuditWaardering1, Auditwaardering2, Auditwaardering3. AuditDetail is linked to TraineGesprekken, containing the following fields: TRAid, TRid, ADid. The last table, linked to TraineeGesprekken, named TraineeGesprekkenDetail contains the following fields: TRAid, Categorie, AuditAspect, TraineeWaarderingDet. My problem is that I can't find a way to copy the data from the Categorie and AuditAspect fields from AuditDetail to Categorie en AuditAspect from TraineeGesprekkenDetail. Is this possible by making a script, or in an other way? Thanks in advance. Greetings, Auditiaan
David Holmberg Posted November 5, 2004 Posted November 5, 2004 You could use: Set field (TraineeGesprekkenDetail::auditaspect ; GetField(AuditDetail::AuditAspect)) If you use the script command copy your are limited, because you have to place the fields you want to copy and paste from on your layouts. Why do you wan't to copy the data, could be a lot easier to use a relationship instead.....
transpower Posted November 5, 2004 Posted November 5, 2004 You don't need GetField for this; Set Field is sufficient.
David Holmberg Posted November 6, 2004 Posted November 6, 2004 Yeah, of course, must have had a bad day..... Is it working now Auditiaan?
Recommended Posts
This topic is 7325 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now