matrixindicator
IS-IT--Management
dummy question,
I have a combobox on my form. When selecting a value, the value stay 'fixed'. I try to reset the value automatically on close of the form on on OpenForm. Below is not doing the job ?
TY
I have a combobox on my form. When selecting a value, the value stay 'fixed'. I try to reset the value automatically on close of the form on on OpenForm. Below is not doing the job ?
Code:
Forms!F02_ARTICLES!GROUP.Requery
Forms!F02_ARTICLES.Refresh
Forms("F02_ARTICLES").cboGRP.Requery
TY