I created a form based off a query of two similar tables (tblDistrict) and (tblT2Coordinators) that draws in mailing information from tblDistrict thru a combo box.
I want to have the option to enter the Mailing Address if different from the one given in tblDistricts.
I did an event on the combo to:
Me.MailingStreet=Combo1.Column(2)
Me.MailingCity=Combo1.Column(3)
to automatically set the value in those fields.
It worked the first time I tried it, but now that I am basing the form off a query, it does NOT.
Do I need to do somekind of requery or repaint with the Event as well? I looked under the help files, but they are difficult for me to understand. Could you provide the Code?
I want the other fields (based off table
I want to have the option to enter the Mailing Address if different from the one given in tblDistricts.
I did an event on the combo to:
Me.MailingStreet=Combo1.Column(2)
Me.MailingCity=Combo1.Column(3)
to automatically set the value in those fields.
It worked the first time I tried it, but now that I am basing the form off a query, it does NOT.
Do I need to do somekind of requery or repaint with the Event as well? I looked under the help files, but they are difficult for me to understand. Could you provide the Code?
I want the other fields (based off table