Hi Guys,
I have a goods receipt form which has a combobox ( cboprodlist ) to select product to book-in. on the form is a button that opens up a form to add new products if they do not exists currently.
When the new product is entered upon clicking the close button, I am wanting to requery the combox box on the goods receipt form so the new product is now available in the list, however, Ijust keep getting error message saying it cant find the field and is refereeing to the form
I have tried using:
Forms!frmGoodsReceipt!frmGoodsInSub.cboprodlist.Re query
Forms!frmGoodsReceipt!frmGoodsInSub.Form!cboprodli st.Requery
Can anyone suggest the correct syntax please?