vba report

S

Squibbly

can anyone help me
what i am trying to do is create a report from a form

everytime i update a field in the form i want the report to show the correct
result

e.g. form field W=1 report field Pts=3

how would i go about to do this as i am stumped with the lack of idea
 
D

Duane Hookom

If the form and report are bound to data/records from the same table(s) then
when you open the report, it will display records from the form.
 
Top