Crosstab query on a Form

  • Thread starter Thread starter Dale
  • Start date Start date
D

Dale

I'm almost positive I have done it before, but I can not figure out
how to create a form with a subquery. I want to show a crosstab query
as a subform on a main form. The two forms would not be linked, but
combo boxes on the main form would requery the subform. Any help would
be appreciated. Thanks.
 
I don' think you can do that. The ComboBox is somehow related to a field
your main form. Some field on your main form has to be related to the
subform.
 
Back
Top