Criteria does not chage the data format. If your data is numerical then it
will not have a leading zero. If it is text with leading zero then your
criteria must match to pull the record or use a wildcard.
A wildcard can be multiple character or single character - asterisk for
multiple and question mark for single. When you use the question mark there
must be a character in that position. For asterisk there may be many or none.
Use Format([YourField], "00") to display a zero in front of single digit
text.
--
KARL DEWEY
Build a little - Test a little
In a query field criteria line, the results when I run the query show
1, I want it to pull 01, do I put ## in the criteria line in the
format under properties?