Doesnt Print No.

  • Thread starter Thread starter Wolfgang
  • Start date Start date
W

Wolfgang

Hello

I am new to ms access and i hope i can explain my problem right.

I have a table (Database) with Net Price Shipping Cost and TAX. (also
company name phone # etc, etc)

I created a Report to print the Bill and have a Text Box in my report where
i can see the Total.(took me awihle to find out how to do that :-) )

When i open my Report and go to Print Preview , i can see everything. When
i print it it prints everything, even the total , but not the listed net
price shipping cost, and tax (Numbers are not printed labels and all added
text is printed correctly, even the calculated total)

Thanks for helping

Wolfgang
Still working on my English so please excuse my mistakes
 
Wolfgang, if:
- these fields appear in preview, but not when printed,
- you are using Access 2000,
- your language is French,
- you do not have the Arabic font installed,
there was a known problem that caused this.

It was kb article 469516 in Microsoft's French site, but I don't see it
there now.
Solutions were:
a) Install the Arabid language (via Windows Control Panel), and reboot.
or
b) Turn off this key in the Windows registry for each user on each machine:
HKEY_USERS\<<user
identity>>\Software\Microsoft\Office\9.0\Common\LanguageRessources\1025
 
I am using Access 2002


Allen Browne said:
Wolfgang, if:
- these fields appear in preview, but not when printed,
- you are using Access 2000,
- your language is French,
- you do not have the Arabic font installed,
there was a known problem that caused this.

It was kb article 469516 in Microsoft's French site, but I don't see it
there now.
Solutions were:
a) Install the Arabid language (via Windows Control Panel), and reboot.
or
b) Turn off this key in the Windows registry for each user on each
machine:
HKEY_USERS\<<user
identity>>\Software\Microsoft\Office\9.0\Common\LanguageRessources\1025
 
What is the Control Source of the text box that fails to print correctly?
Is it unbound, with the value assigned in an event procedure?
Is it a field name?
Or is it an expression? If so, post the expression.

How are you filtering the report so it prints only one customer's record?
 
Okay, I see you have started a new thread for this question, so I stop
watching this one and let someone else answer.
 
Back
Top