Hi
You guys have previously helped me design a continuous form with a column headers. On each header is a cmd button i click to bring up the default filter menu using the following code:
DoCmd.GoToControl "Txt_Column1"
DoCmd.GoToRecord , "", acFirst
DoCmd.RunCommand acCmdFilterMenu
Works...