Quote Originally Posted by bushmobile
you can just print directly on to the form, you might have to manage the string if you want it in a particular arrangement:
VB Code:
  1. Me.Print "Hello There"
(make sure .AutoRedraw is set to True)
Thank u for u reply. I tried it form onload even and is giving me more problem now it is all red!!
i hope i find a solution that just copy and paste -(( .