Recent content by alaric01

  1. A

    Blank Print Preview

    the calculation is perform in the report. it's not a calculation it's a filtering actually. However there's a textbox in the form (based on the filter result) that i would like to display in the report. my code Me.txt_jumlah_grand_total = Forms!frm_sales_report.txt_jumlah_grand_total.value as...
  2. A

    Blank Print Preview

    hi thx for the reply :) the text box is unbound and it's dynamic. the value depends on a value in a form. so i need to set the value using vba code
  3. A

    Blank Print Preview

    Hi i am using access 2007. I have a problem with report print preview. a simple code such as 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...
Back
Top Bottom