I am trying to create a report that is based on a query.
For the control, I want a control that prints FirstName " " LastName.
In design view, I enter this into the control source of the property fields:
=[QryContacts]![FirstName] And [QryContacts]![LastName]
When I change to report view, I am prompted for QryContacts ParameterQuery.
If I leave the Parameter query blank and click OK, I get a report with error.
What is the problem?
Thanks.
Robert
For the control, I want a control that prints FirstName " " LastName.
In design view, I enter this into the control source of the property fields:
=[QryContacts]![FirstName] And [QryContacts]![LastName]
When I change to report view, I am prompted for QryContacts ParameterQuery.
If I leave the Parameter query blank and click OK, I get a report with error.
What is the problem?
Thanks.
Robert