N
Nate
I had some wonderful help figuring out how to change the report source from
a table, to a query, and it works great except for one problem. One of the
things I do from the data base is making address labels. Unfortunately, I
have alot of problems getting the other program I am using to accept Access
db's as is. I've found that the solution to this is to export the the report
to Excel and then use the Excel file in the other program. Up until now, it
has worked fine. When I try it now with the report coming from the query
rather than table, the labeling program treats the "zip code" field as a
numeric field. What happens is that a decimal point is placed after the 4th
digit of the code, and any codes that start with "0", the digits are
canceled out.
Here's the examples
1054.9 vs 10549
2021 vs 02021
a table, to a query, and it works great except for one problem. One of the
things I do from the data base is making address labels. Unfortunately, I
have alot of problems getting the other program I am using to accept Access
db's as is. I've found that the solution to this is to export the the report
to Excel and then use the Excel file in the other program. Up until now, it
has worked fine. When I try it now with the report coming from the query
rather than table, the labeling program treats the "zip code" field as a
numeric field. What happens is that a decimal point is placed after the 4th
digit of the code, and any codes that start with "0", the digits are
canceled out.
Here's the examples
1054.9 vs 10549
2021 vs 02021