Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Well, the key field of a Parent table may not be a formula. There is no problem to have the Child table's reference field be a formula.
One work around can be to have a form rule which takes the calculated value of what you want the Key field to be and save it in the key field.
The form rule would look like this:
When the record is saved
change the value of the field [My key Field] to the value in the field [calculated concatenated Key field]
One work around can be to have a form rule which takes the calculated value of what you want the Key field to be and save it in the key field.
The form rule would look like this:
When the record is saved
change the value of the field [My key Field] to the value in the field [calculated concatenated Key field]