I have a form created to set parameters for a query.
A few of the fields have the standard method, using...
Forms![FormEntry]![FieldName]
in the Query criteria, and they are working correctly.
Three fields in the Query have the Fields defined by a value entered in the Form, using...
FieldName: Forms![FormEntry]![FieldName]
In the Query Field. Two of them are working correctly, and one is not.
The problematic field is a combo box that works correctly when it contains and passes text, but when dates are used nothing is passed.
Is there some special format I need to use in the Forms![FormEntry]![FieldName] string to pass a date field format to a query?
A few of the fields have the standard method, using...
Forms![FormEntry]![FieldName]
in the Query criteria, and they are working correctly.
Three fields in the Query have the Fields defined by a value entered in the Form, using...
FieldName: Forms![FormEntry]![FieldName]
In the Query Field. Two of them are working correctly, and one is not.
The problematic field is a combo box that works correctly when it contains and passes text, but when dates are used nothing is passed.
Is there some special format I need to use in the Forms![FormEntry]![FieldName] string to pass a date field format to a query?