B
benj
i have a form that has tab controls named "VQC", "CCC" and "VHC". The print
preview icon is on the main form. If VQC is current, print preview should
open vqc_report, if CCC is current, it should open ccc_report and so on. What
should i place in my if and then statements?
If VQC ???? then
stDocName = "vqc_report"
else......
thanks!
preview icon is on the main form. If VQC is current, print preview should
open vqc_report, if CCC is current, it should open ccc_report and so on. What
should i place in my if and then statements?
If VQC ???? then
stDocName = "vqc_report"
else......
thanks!