Method Item of object Forms failed

M

MeSteve

I have a bit of code to open a form filtered on a given criteria decided by
which button is pressed. It has been working fine, but now I am getting the
error in the title. This seems to be failing on:

If Forms!frm_Projects.Dirty Then Forms!frm_Projects.Dirty = False

This line is not in the form, its in a separate module. Any ideas? Thanks.
 
Top