vba report

  • Thread starter Thread starter Squibbly
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top