If i double click and open the form (from navigatio window; donno what else to call it), it seems like everything is working fine. Prints the current page after clicking the command button like it should. However, if I open the same form from another form (ex. Menu -> command button -> frm_AFRS) then it prints out a blank page. Can anyone explain to me why it's doing this?
here's the vba coding to open the form.
DoCmd.OpenForm "frm_AFRS"
i've tried opening in add mode and stuff too but it's not working...
any kind of help will be helpful.
here's the vba coding to open the form.
DoCmd.OpenForm "frm_AFRS"
i've tried opening in add mode and stuff too but it's not working...
any kind of help will be helpful.