Jump to content
Server Maintenance This Week. ×

copy contents of field to new field


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

Recommended Posts

An example: If the field you wish to duplicate is Field1 and the field containing Field1's value (until it is changed) is Field2, then an Auto-Enter calculation (with Do Not Replace Existing Value UNCHECKED), on Field2 would be:

Case ( IsEmpty ( Field2 ) ; Field1 ; Field2 )

When a record is created, Field1 will be empty (and so will Field2). When User enters a value in Field1, Field2 will mirror the value. But User can change the value and it will stick. If the value is removed, Field2 will revert back to Field1's value again. Be sure the new Field2 is of the same data type as Field1.

Link to comment
Share on other sites

This topic is 6353 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.