Refreshing subforms with info

G

Guest

I have a form with a subform. I want to add to the main form, push a button
that runs a macro that appends data into the table that drives the subform.
I can get this to happen ok, but I cant get my screen to refresh with the new
information in the subform.

Table one for the main form is the one side of the relationship that holds
main interview information.

Table two are the questions asked at each interview.

The questions are always the same and can be modified because they are also
in a question table.

I want these questions to appear when I push a button, in the subform of my
form.

THank you,
 
G

Guest

"screen to refresh with the new
information in the subform."


Forms![MainFormName]![SubFormName].Form.Requery
 

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

Top