Subform Query Problem

  • Thread starter Thread starter Ray Mooney
  • Start date Start date
R

Ray Mooney

I have developed a query that will run okay standalone, but when I run the
query from within a sub-form the results are bogus. It appears there is some
sort of linkage issue when running the query from within the sub-form. I
used the wizard to create the sub-form with the query.

I'm new to access. Can someone help me with this?

Thanks!!
 
Check the properties of the subform control on the main form.

On the data tab of the properties for the subform control, you should see
two properties - Link Child fields and Link Master Fields. These should
filter the result of the query being used by the form of the subform
control.

If you don't want any filtering then remove the values from these two
properties.
 
Back
Top