Hello,
I have an unbound form with a value list that is displaying values of (YYYY-MM) for all of 2005. When you press the cmd button it is calling a query that is using this value list to drive its criteria. However the query is bringing back no data. When I remove the form and field criteria and hard code the value. When I type 2005-02 the query tool changes it to 2005-2 this returns no data. If I type the data as "2005-02" then I get the selected records. How can I have the query bring back these records using the form and field selection? I have tried using the "" in the query criteria. That has not worked. I have tried to add the "" information on the value list values. Any help you can give me will be great. Thanks
I have an unbound form with a value list that is displaying values of (YYYY-MM) for all of 2005. When you press the cmd button it is calling a query that is using this value list to drive its criteria. However the query is bringing back no data. When I remove the form and field criteria and hard code the value. When I type 2005-02 the query tool changes it to 2005-2 this returns no data. If I type the data as "2005-02" then I get the selected records. How can I have the query bring back these records using the form and field selection? I have tried using the "" in the query criteria. That has not worked. I have tried to add the "" information on the value list values. Any help you can give me will be great. Thanks