funkyyuzzam
Programmer
Can anyone help, Im a bit confused her.
I need to send the data below to a list box on another form rather than just printing it to the form itself. I can't for the life of me work out how to do this.
Here is the doe that i have written to print staright to the form, but this is crap!.
frmTrainingPlan.Print Date & Space(12); "Endurance " &_ Training & " Hours"
frmTrainingPlan.Print Date + 1 & Space(12); "Intensity " & _IntTraining & " Hours
So rather than print it to frmTrainingPlan, how do I get it to display in a list box?
Any help appreciated.
Thanks
Funky
I need to send the data below to a list box on another form rather than just printing it to the form itself. I can't for the life of me work out how to do this.
Here is the doe that i have written to print staright to the form, but this is crap!.
frmTrainingPlan.Print Date & Space(12); "Endurance " &_ Training & " Hours"
frmTrainingPlan.Print Date + 1 & Space(12); "Intensity " & _IntTraining & " Hours
So rather than print it to frmTrainingPlan, how do I get it to display in a list box?
Any help appreciated.
Thanks
Funky