I know this is a popular question throughout the VB forum but I can't seem to find the answer to my question (that is if there is an answer)
I am prining data onto a form like so:
frmTest.strText = Space(3) & yardnum & Space(9) & gonum & Space(7) & vendor & desc & FormatCurrency(amt)
Print strText
this is inside a loop so data prints many times however, in some cases there is so much data I need the form to scroll. I can get the form to scroll but it will not scroll the data I have printed to the form but will scroll things like buttons and text boxes. I'd really like to continue just printing he info onto the form and scroll if there is any way to do this so any ideas???
I am prining data onto a form like so:
frmTest.strText = Space(3) & yardnum & Space(9) & gonum & Space(7) & vendor & desc & FormatCurrency(amt)
Print strText
this is inside a loop so data prints many times however, in some cases there is so much data I need the form to scroll. I can get the form to scroll but it will not scroll the data I have printed to the form but will scroll things like buttons and text boxes. I'd really like to continue just printing he info onto the form and scroll if there is any way to do this so any ideas???