yes i think i have all the Office 2007 service pack installed.
also tried the setting the control source to
Code:
=IIF(IsNull(Forms!frm_main_sales_report.txt_dari_tgl),"",Forms!frm_main_sales_report.txt_dari_tgl & " - " & Forms!frm_main_sales_report.txt_sampai_tgl )
i don't understand. it's not about changing the recordsource or filtering anymore. cause even a simple vba code in the report such as
Code:
Me.txt_jumlah_grand_total = "test"
will show up in the report view but not in the print preview

