I have a form where I through three parameters, chosen by combos, show a list
of records. A code at the same time populates the label for the list showing the parameters plus some text to make it understandable. A print button closes the form and open a report with records from the form list (using a query that uses the parameters from the form).
Now I want to make an unbound text box in the report header, which shows the content of the label in the form ( because it actually shows the criteria for the record selection).
How do I do this? I have tried to set the control source for the text box to =DLookUp, but it does not work.
Niels
of records. A code at the same time populates the label for the list showing the parameters plus some text to make it understandable. A print button closes the form and open a report with records from the form list (using a query that uses the parameters from the form).
Now I want to make an unbound text box in the report header, which shows the content of the label in the form ( because it actually shows the criteria for the record selection).
How do I do this? I have tried to set the control source for the text box to =DLookUp, but it does not work.
Niels