P
pfm721
I have a from "Form1" that has a subform "frmInfosub". Sub form has a combo
box to select a vendor. If the vendor is not in the list the can click on
<New> and it will open the add vendor form. When that form closes I would
like the Vendor name combo on my subform to display the vendor that was just
entered. I am having a problem getting the coding right for this.
I know that if the field was just on the mainform it would look like this
Forms!Form1.cboVendor.Refresh
However I am not sure how to code for an item on a subform
thanks.
box to select a vendor. If the vendor is not in the list the can click on
<New> and it will open the add vendor form. When that form closes I would
like the Vendor name combo on my subform to display the vendor that was just
entered. I am having a problem getting the coding right for this.
I know that if the field was just on the mainform it would look like this
Forms!Form1.cboVendor.Refresh
However I am not sure how to code for an item on a subform
thanks.