Hi i am using access 2007. I have a problem with report print preview.
a simple code such as
will work perfectly in the report view. However when I view it in Print Preview it shows blank.
My Report is actually more complicated than this, but even the simple code above is not working in print preview.
i've tried to place the code in the report's open and load event but none of them work.
any idea?
a simple code such as
Code:
Me.txt_jumlah_grand_total = "test"
will work perfectly in the report view. However when I view it in Print Preview it shows blank.
My Report is actually more complicated than this, but even the simple code above is not working in print preview.
i've tried to place the code in the report's open and load event but none of them work.
any idea?