postermmxvicom
Programmer
I have the following code in the Open event of my report:
I had this code in my Load event, but it would only run when the report is previewed and not when it was printed via a command from a form.
So...I moved the code to the Open event, which is called when a report is printed, hoping it would run. Everything appears to be fine, it says it's printing. However, nothing is actually printed.
What event should I be putting this code in? Or is there something else in play here that I need to address?
One last thing: Sometimes I wonder; "Is that someone's signature? Or do they type that at the end of each post?
Code:
Me.LotNumber_Label.Caption = [Forms]![LotNumberTrace]![LotKey].Text
I had this code in my Load event, but it would only run when the report is previewed and not when it was printed via a command from a form.
So...I moved the code to the Open event, which is called when a report is printed, hoping it would run. Everything appears to be fine, it says it's printing. However, nothing is actually printed.
What event should I be putting this code in? Or is there something else in play here that I need to address?
One last thing: Sometimes I wonder; "Is that someone's signature? Or do they type that at the end of each post?