Hi,

The problem: I created a report based on query with a few fields
FirstName
LastName
OutDate

I have also one unbound textBox where i want to print LastOutDate for that page.

something like:


Code:
dim d as String
d = Dlast("OutDate","MyQuery", Reports!MyReport!Page)
me.unbound = d
Any suggestion?
Thanks