SubForm Query not filtering

  • Thread starter SteelFire via AccessMonster.com
  • Start date
S

SteelFire via AccessMonster.com

I have a Form that has a SubForm that shows the results of a query. The only
bad thing is that the Query will filter, but the SubForm only shows the non-
Filtered query. My Query filters using VBA code that sets a string as the
Where and opens it. There is no Where SQL written into the Query itself. I am
thinking thats why its not working. Any Idea of how to get around this or fix
it?
 
Top