Use a textbox. Set it's Locked property to True so the user can't change it.
By playing around with the Border and other format properties, you can make it look like a label.
OR
In the Form_Current event, set the caption of the Label, ie.
Me.MyLabel.Caption = Nz(Me.FieldName,"")