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]
RubyKapil2
8 years agoQrew Captain
I have one Table and was testing this. I have Longitude and Latitude fields. I created Formula-Text field to combine them to be Longitude / Latitude with a slash separating the two values. When I try to put the Form rule in, the Key Field is not visible in the list of fields that pops up.