Ok whilst looking into the coding etc.. I tried this bit of code on the form itself,
If Me.Status = "Closed" Then
Me.txtAge = DateDiff("d", Me.txtDate_Opened, Me.txtClosed)
Else
Me.txtAge = DateDiff("d", Me.txtDate_Opened, Date)
End If
I put this in as a...