Watermelon
Programmer
Hi,
I have a combobox where a user can select a particular page number. On the change event of the combo box this page number goes into the filter so that the subform should only display those records that match the page number selected.
Everytime the change event of the combobox fires, however, a dialogue box comes up asking the using to enter a parameter value. Does anybody know why this would happen?
This is the code I use in my filter. DoCmd.ApplyFilter , "CatalogPage = Forms!AdvancedPartsMaintenance!cboPage"
Thanks for any help,
TM
Thanks