TURNERMICH
Technical User
I am trying to print output to the printer so that the fields are in an aligned columns.
Printer.Print Indent & rs.Fields("title"
Printer.Print Spc(40 - Len(Trim(rs.Fields("title")));
Printer.Print rs.Fields("quantity"
Printer.Print Spc(20 - Len(Trim(rs.Fields("quantity")));
Printer.Print rs.Fields("comp"
No Success!!!
The output of the second column moves gradually (evenly), to the left down the page.
???Is the some sort of width command, or some other way of getting the columns aligned.
Printer.Print Indent & rs.Fields("title"
Printer.Print Spc(40 - Len(Trim(rs.Fields("title")));
Printer.Print rs.Fields("quantity"
Printer.Print Spc(20 - Len(Trim(rs.Fields("quantity")));
Printer.Print rs.Fields("comp"
No Success!!!
The output of the second column moves gradually (evenly), to the left down the page.
???Is the some sort of width command, or some other way of getting the columns aligned.