I have form that has on calendar control that i select the date for two text box that are the start date and end date, the two text boxes (start and end date) are connected to the queries buy a parameter in the Date fields:
Between [Forms]![frmOrderByCustomer]![txtBeginDate] And [Forms]![frmOrderByCustomer]![txtEndDate]
But I have also to filter the data by Customer, I have added the combo box with the customr name and ID, I have tried to attach another parameter to the query in the CustomerID ([Forms]![frmOrderListing]![comCustomerDetails]) but I am not able to make it work.
How can I make it work?
All of this is to retrive a data in a report.
Many Thanks
Between [Forms]![frmOrderByCustomer]![txtBeginDate] And [Forms]![frmOrderByCustomer]![txtEndDate]
But I have also to filter the data by Customer, I have added the combo box with the customr name and ID, I have tried to attach another parameter to the query in the CustomerID ([Forms]![frmOrderListing]![comCustomerDetails]) but I am not able to make it work.
How can I make it work?
All of this is to retrive a data in a report.
Many Thanks