Hi. I have now got my accmdfiltermenu command working on my continuous form but have encountered a problem with my code:
DoCmd.GoToControl "Txt_Column1"
DoCmd.GoToRecord , "", acFirst
DoCmd.RunCommand acCmdFilterMenu
Works great. The line to go to first record is so the filter menu always...