S
Scafidel
I am merging an Access Form to a Word document using this code (in part).
.ActiveDocument.Bookmarks("Bonus").Select
.Selection.Text = (CCur(Forms!MLOG!Bonus))
I am unable to get the figures in the Word document to look like the ones on
the Form. I've used CCur as well as CStr and the Form shows $1,500.00, but
Word shows simply 1500. I used Currency for the Table and Form Properties.
This part of the Form is a result of multiplying two entries. Another place
that I chose 3 decimals for a quotient shows anywhere from none (for ans. of
1) to 15 decimal points (for say 1/3). H*E*L*P!
Scafidel
Lafayette, LA
.ActiveDocument.Bookmarks("Bonus").Select
.Selection.Text = (CCur(Forms!MLOG!Bonus))
I am unable to get the figures in the Word document to look like the ones on
the Form. I've used CCur as well as CStr and the Form shows $1,500.00, but
Word shows simply 1500. I used Currency for the Table and Form Properties.
This part of the Form is a result of multiplying two entries. Another place
that I chose 3 decimals for a quotient shows anywhere from none (for ans. of
1) to 15 decimal points (for say 1/3). H*E*L*P!
Scafidel
Lafayette, LA