I have searched in the forums and the FAQ's for this answer and can't seem to find what I need so if I've missed something, my apologies. I have the code to calculate age using a date of birth. I want to display it on a report in a textbox named txtage. The report uses a query as it's record source. I am trying to put the code in an event for the report. I've tried the report event of On Activate and the Format event for the section in which the control exists. The control is unbound and it resides in a header section. I tried to reference it using Me.txtage but I get an error telling me that it doesn't recognize it even though it shows in the drop down list when I type Me. in the VBA code. I guess I'm not understanding the report events/controls and when the data is available to me or how to reference it. Appreciate any help. Thanks.