Combo boxes in subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I currently have a subform that has two combo boxes with the second box
driving off the results of the first. I am using requery on the afterupdate
of the first combo box. When I tab to the second box I am getting the
message "You can't use the ApplyFilter action on this window".

This only happens when I view the form as a subform. It works fine as an
independent form.

What can I do to solve this issue?
Thanks
 
Ok, I went back and added the requery vb code and it now works. I originally
was just using the Requery in a macro. I guess that was causing the issue.

Thanks for the response Steve.
 
Back
Top