Hi y'all
I am running a select/where query in a combo box that uses the contents of another combo box in the criteria to provide the input for the where clause. (e.g. [Forms]![ADP Entry]![cboBuyerName]). I also want to requery (via macro) on either the lostfocus event of the source combo, or the gotfocus of the target combo. The problem is that it ain't working. If I use a textbox, it works a treat (e.g. [Forms]![ADP Entry]![txtTemp]) but using the combo box as a source fails.
Any ideas/solutions gratefully received. Thanx in advance.
Malcolm.
I am running a select/where query in a combo box that uses the contents of another combo box in the criteria to provide the input for the where clause. (e.g. [Forms]![ADP Entry]![cboBuyerName]). I also want to requery (via macro) on either the lostfocus event of the source combo, or the gotfocus of the target combo. The problem is that it ain't working. If I use a textbox, it works a treat (e.g. [Forms]![ADP Entry]![txtTemp]) but using the combo box as a source fails.
Any ideas/solutions gratefully received. Thanx in advance.
Malcolm.