Retreive filter string

  • Thread starter Thread starter Patrice
  • Start date Start date
P

Patrice

Hi,

I use Access 2002 with windows XP

I'd like to retreive the filter string from a sub form. The sub form is a
datasheet display. I did that:

strFilter= Forms![frmMainForm].Form![frmSubForm].filter

That command is in the class modul of the main form

But it did not work. How should I do?

Tank you

Patrice
 
Back
Top