davefwelch
David
- Local time
- Today, 13:28
- Joined
- Jan 4, 2005
- Messages
- 47
I've been working to create a report that will look like the attached word document. I have been able to duplicate everything but the leading .... tabs. Any suggestions?
I thought perhaps I could use the onFormat event in the Report Detail and query the width of the Description and Amount fields, and make the total width of the row a certain value, filling the gaps between with dots. Problem is, Access does not modify the width of a textbox, CanGrow and CanShrink only apply to the HEIGHT of the textbox. The width of the description has nothing to do with the width of the data in the textbox.
I thought perhaps I could use the onFormat event in the Report Detail and query the width of the Description and Amount fields, and make the total width of the row a certain value, filling the gaps between with dots. Problem is, Access does not modify the width of a textbox, CanGrow and CanShrink only apply to the HEIGHT of the textbox. The width of the description has nothing to do with the width of the data in the textbox.