Jump to content
Server Maintenance This Week. ×

This topic is 7112 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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.....

Link to comment
Share on other sites

This topic is 7112 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.