dear sir

my record is to be print like this: -

Code:
chemical name              chemical code
basic chrome sulphate      bC001
..........                .....
..........                .....
Nearly hundred of chemical name with code is to be dislayed, i am using
Code:
printer.currentx = 500
printer.currenty = 700
chname = rs1("chemname")
chcode = rs1("chcode")
...