how do i print out a long list of data...
i know i need to use the printer. function.. but if i say have an sql query like: select Car, make, model, reg_num from table1
i want to print it out on the paper like:
Car & tab & make & tab & model & tab & reg_num
the header needs to have something like:
Avail Car's centered, and the date right aligned,
how do i do this?
thanks ppl
