Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form/Subform Error - You have cancelled the previous operation

Status
Not open for further replies.

AWilliams

Programmer
Mar 20, 2002
10
CA
I have a main form (Form A) displaying a combo box , a command button (Find), and a subform control. When a user selects one value selected from the combo box, the subform will be populated with associated values from one of two queries. This works fine.

Also, on the main form is a command button for clearing all fields on both the main form and subform. The problem is that if all fields are cleared on both forms and then the user selects another value from the combo box to search for using the Find button, an MS Assess msgbox appears stating "You have canceled the previous operation". At this point no other search can be done until the form is closed and reopened again.

Any idea what may be happening here? It seems to be a form recordsource issue.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top