I’m developing a database application using a Data Environment object named deMyDatabase. I’ve created a report object named drMyCustomers using the Data Report Designer. In deMyDatabase I’ve set up a Command object named cmdCustomers that contains the following fields:
CustomerID
LastName
PhoneNo
I want drMyCustomers to list customers by last name. Next to the last name fields on the report, I want to display the CustomerID and PhoneNo fields. Should I:
Set the DataSource property for drMyCustomers equal to cmdCustomers and set the DataMember property for drMyCustomers equal to deMyCustomers. Then drag the Lastname, CustomerID and PhoneNo fields from cmdCustomers in the Data Environment to the Group section of drMyCustomers.
Is this right?
CustomerID
LastName
PhoneNo
I want drMyCustomers to list customers by last name. Next to the last name fields on the report, I want to display the CustomerID and PhoneNo fields. Should I:
Set the DataSource property for drMyCustomers equal to cmdCustomers and set the DataMember property for drMyCustomers equal to deMyCustomers. Then drag the Lastname, CustomerID and PhoneNo fields from cmdCustomers in the Data Environment to the Group section of drMyCustomers.
Is this right?