Hi,
I would like to run a Query using the following data from Text boxes in a Form:
Query Criteria: [Forms]![SalesLettersQry]![Type], [Forms]!SaleslettersQr y]![Date]
Query Field: [Booking Date]
The [Type] text box has a list of < > Between Date() etc that the yser can select.
The [Date] text box is to enter a date.
I was hoping the result would work somthing like e.g Criteria: </1/1/08 if < and the date was inputted into the text fields.
Can this be done in a Query?
Hope you can help
Kevin
I would like to run a Query using the following data from Text boxes in a Form:
Query Criteria: [Forms]![SalesLettersQry]![Type], [Forms]!SaleslettersQr y]![Date]
Query Field: [Booking Date]
The [Type] text box has a list of < > Between Date() etc that the yser can select.
The [Date] text box is to enter a date.
I was hoping the result would work somthing like e.g Criteria: </1/1/08 if < and the date was inputted into the text fields.
Can this be done in a Query?
Hope you can help
Kevin
Comment