I have a form for Registration Details based on my Registrations Extended query. I've placed an unbound control in the form header. I want it to return the name of the tournament associated with the open registration. In the detail area of the form is a control for the tournament called TID that comes from the Registrations Extended Query. It is not visible in form view.
I have set the Control Source for the unbound control as follows:
=DLookUp("Tournament Name","Tournaments Extended","TID =" & [TID])
This returns #Error so obviously I'm stating the criteria incorrectly.
Any suggestions?