Refresh Sub Form Value

  • Thread starter Thread starter Bartman
  • Start date Start date
B

Bartman

Hi,

I have a main Form called "Audit_questions_(Part_1)" and it is linked
to a sub form via parent child links to staff names.

Basically the sub form is a query on the table that the main form
produces e.g. provides scores per question. The sub form totals the
scores achieved.

This works if I switch from main view to design view and back on the
form e.g. the total re-calculates the scores. So I need to refresh the
subform to do this automatically.

I used the code for the Current action:
Forms!Audit_questions_(Part1)!Score1.Form.Requery

Main form is: Audit_questions_(Part_1)
Sub form is: Score1

This code does not seem to work at all???

Bartman
 

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