system information: Windows 98, MS Access 2000 ver. 9.0.3821 SR-1
database information: Database of library documents each with one of 12 possible category codes.
problem: I am trying to open a form to display the database entries filtered by category. I have a
form with a Combo Box to select category codes with an “After Update” event as follows:
DoCmd.OpenForm “frm_PROF Form one”, acNormal, “”, &_
“[tbl_prof entries]![CategoryControl]=[Forms]![frmNCPSELit1]![Combo15]”
The “After Update” event only works after I go into design mode, open the event properties in VB and then close VB and run the application.
If I open the db and attempt to select an item in the combo box list, it opens the drop down list but does not select the item in the list.
Any ideas why this is happening?