M
maxine via AccessMonster.com
have inserted the code below into the onclick action of a command button to
open forms related to the combo box.
DoCmd.OpenForm Me.Product
In this way for example when the user selects fruit from the first combo box
a second combo box displays the list of fruits. The user then selects a
fruit and hits the open command button to open the related form.
The forms do open when the open button is hit but it also displays an
annoying error message that I cant stop. It says: "you didnt specify search
criteria with a find record action.;
Given that the combo boxes are working and do open, i dont understand why
this also needs to appear. Any ideas?!!
open forms related to the combo box.
DoCmd.OpenForm Me.Product
In this way for example when the user selects fruit from the first combo box
a second combo box displays the list of fruits. The user then selects a
fruit and hits the open command button to open the related form.
The forms do open when the open button is hit but it also displays an
annoying error message that I cant stop. It says: "you didnt specify search
criteria with a find record action.;
Given that the combo boxes are working and do open, i dont understand why
this also needs to appear. Any ideas?!!