I have a subform that has 2 combo boxes on it. The subform is matched to the parent form by the field Job_Name. When i pick a value for the first combo box, and click on the second combo box, it updates the query based on the value of the first combo box. This works perfectly if I am using the subform by itself, but when i use the subform in the main form, the way a subform is supposed to be used, it pops up a parameter value box. Its basically saying that it can't find the value of the first combo box. But it works perfectly if this form isnt imbedded into the main form. Any ideas what could be causing this??
Also, when i try to do a docmd.refresh on the subform, it brings up an error that says:
Run-time error 2488:
You can't use the ApplyFilter action on this window.
I have it set to yes for allow filters and everything. I can't figure out what this thing is doing. Someone please help!!
Aaron
Also, when i try to do a docmd.refresh on the subform, it brings up an error that says:
Run-time error 2488:
You can't use the ApplyFilter action on this window.
I have it set to yes for allow filters and everything. I can't figure out what this thing is doing. Someone please help!!
Aaron