I have a Birthday app and to make things small I've done it using a text file...everything is a go except for printing.
Example.
I wanted to use the Printer.Print but when I do my columns don't line up.
Example, this tmp file looks like this.
Code:
Jan  01  1928      Gaudon Lillian          
Jan  10  1971      White Sally             
Jan  14  1963      Campbell Darryl         
Jan  14  1964      White Scott             
Jan  17  1991      White Michelle          
Jan  24  1988      Townsend Joshua         
Feb  01  1962      Snook Gary          

When I print it it looks like this.
..not exactly but a general idea..it's off balance.

Jan 01  1928      Gaudon Lillian          
Jan  10   1971      White Sally             
Jan  14    1963      Campbell Darryl         
Jan  14 1964      White Scott             
Jan   17  1991     White Michelle
To get around this I use the word object and get everything all lined up and printing fine. However, that sort of defeats the whole objective...I don't want the user to have anything installed for the app to work..ie Word/Access or anything...I want it basically generic.

Any ideas on how to deal with this..
I tried using a fixed font like Courier, but it made no difference.