B
_Bigred
I have a Form (frmBlankEvaluation) that is built on a query
qryEvaluationsBySupervisor
When you open the frmBlankEvaluation it prompts you to input the
"evaluator" name
e.g "Schmoe"
This will pull up a evaluation form for each person that Schmoe has to
complete. You type in your ratings and then when you close this form..
it will open a report for previewing before you print off the
evaluations.
How do I grab the "evaluator" and pass it to the query that the report
is based on? So the db user doesn't have input "Schmoe again to open
the report (rptEvaluationsCompleted).
Or would it just be easier to print right out of the form
(frmBlankEvaluation) ? The reason I haven't printed out of the form
is that somehow the pages are messed up ... where page 1 will contain
the first evaluation and a portion of the second evaluation. They are
out of alignment as single pages for each evaluation. ???
TIA,
_Bigred
qryEvaluationsBySupervisor
When you open the frmBlankEvaluation it prompts you to input the
"evaluator" name
e.g "Schmoe"
This will pull up a evaluation form for each person that Schmoe has to
complete. You type in your ratings and then when you close this form..
it will open a report for previewing before you print off the
evaluations.
How do I grab the "evaluator" and pass it to the query that the report
is based on? So the db user doesn't have input "Schmoe again to open
the report (rptEvaluationsCompleted).
Or would it just be easier to print right out of the form
(frmBlankEvaluation) ? The reason I haven't printed out of the form
is that somehow the pages are messed up ... where page 1 will contain
the first evaluation and a portion of the second evaluation. They are
out of alignment as single pages for each evaluation. ???
TIA,
_Bigred