jt643
Technical User
- Jun 17, 2003
- 144
I have a check_no_ field from SQL Server that is text. I am pulling it into Access via a query. From there, it will populate several different tables culminating in a report with the Check Number.
I want to find a way to make sure that on the Report the leading zeros (i.e. check_no_ = 000001510) to drop off and therefore only show the number.
I tried to change the field format for the tables to which I write the information from the query to 'Number', but since the original format was 'Text', I keep getting 'Data Mis-match' errors.
I also tried to just change the format of the check_no_ field on the report to 'General Number', but the leading zeros keep showing up.
Thanks for any advice in advance.
I want to find a way to make sure that on the Report the leading zeros (i.e. check_no_ = 000001510) to drop off and therefore only show the number.
I tried to change the field format for the tables to which I write the information from the query to 'Number', but since the original format was 'Text', I keep getting 'Data Mis-match' errors.
I also tried to just change the format of the check_no_ field on the report to 'General Number', but the leading zeros keep showing up.
Thanks for any advice in advance.