B
billybanter67
Hello,
I have a series of buttons on a form which open the same report but
with different criteria.
eg
DoCmd.OpenReport stDocName, acPreview, , "Estimator= forms!DataDrill!
Estimator and Debtor= forms!DataDrill!Debtor"
another button has
DoCmd.OpenReport stDocName, acPreview, , "Estimator= forms!DataDrill!
Estimator"
What I would like to have on the report when it opens is a couple of
text boxes which read the criteria off the form,
eg text box
[Reports]![datea test]![TextBox].Value = [Forms]![DataDrill]!
[Estimator].Value
Is this possible?
Rgards
Richard
I have a series of buttons on a form which open the same report but
with different criteria.
eg
DoCmd.OpenReport stDocName, acPreview, , "Estimator= forms!DataDrill!
Estimator and Debtor= forms!DataDrill!Debtor"
another button has
DoCmd.OpenReport stDocName, acPreview, , "Estimator= forms!DataDrill!
Estimator"
What I would like to have on the report when it opens is a couple of
text boxes which read the criteria off the form,
eg text box
[Reports]![datea test]![TextBox].Value = [Forms]![DataDrill]!
[Estimator].Value
Is this possible?
Rgards
Richard