I have it in the Detail format event like this, these fields are pulled from a query.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.CodeNumber.Height = Me.TASK_REF.Height
End Sub
I currently only have the TASK_REF property set to can grow/shrink i want the other...