K
kealaz
I have a macro [mcPO] that executes when I click on a command button
[Issue
Purchase Order]. This macro saves and closes a form [frmPO_ISSUE] and
then
opens a report [rptPO].
rptPO is based on a query [qryPOCopy].
When qryPOCopy is run, a pop-up window appears asking for a PO Number
(
Criteria = [Enter PO Number:] ). Then it searches two tables
[tblPOHIST and
tblBUYHIST] to find the information it needs to create the report.
My question is...
Since the PO number [text box name: P_O_NO] I want to use for the
report/query is in the form that I am save/closing, can I pass that
information automatically to the query by either adding some code to
the ON
CLICK event of my command button [Issue Purchase Order] or by adding
to the
macro that calls the report?
Thank you very much for any and all help you can provide. I greatly
appreciate all the help I get from this forum.
[Issue
Purchase Order]. This macro saves and closes a form [frmPO_ISSUE] and
then
opens a report [rptPO].
rptPO is based on a query [qryPOCopy].
When qryPOCopy is run, a pop-up window appears asking for a PO Number
(
Criteria = [Enter PO Number:] ). Then it searches two tables
[tblPOHIST and
tblBUYHIST] to find the information it needs to create the report.
My question is...
Since the PO number [text box name: P_O_NO] I want to use for the
report/query is in the form that I am save/closing, can I pass that
information automatically to the query by either adding some code to
the ON
CLICK event of my command button [Issue Purchase Order] or by adding
to the
macro that calls the report?
Thank you very much for any and all help you can provide. I greatly
appreciate all the help I get from this forum.