update subform from value in another form

S

SeekAns

I have a mainform and two subforms liked through member number. I want to
enter data in the subform for every quarter for each member. I have an
unbound combo box in the main form to select the quarter. How do I store the
quarter information for each member in the subforms based on the combo box. I
don’t want to store the quarter information in the main form.
 
D

Daryl S

SeekAns -

It sounds like you are adding new records in the subform. If so, set the
default value of the control in the subform to be the value selected in the
combo box on the main form.
 
S

SeekAns

Than you. But How do I do that.

I went to the property section of the text box in my subform and in the
default value propery I gave
Forms![Main form name]![ComboboxName] . It is not working.

Thanks for you help.
 

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