B
bronen
I have a command button that does the following:
DoCmd.ApplyFilter , "[Client_Internal] = [Client or SRA] AND [Status] =
'Open'"
What I want it to also do is group/sort a field called "Group Name".
What am i missing?
Thanks
Ben
DoCmd.ApplyFilter , "[Client_Internal] = [Client or SRA] AND [Status] =
'Open'"
What I want it to also do is group/sort a field called "Group Name".
What am i missing?
Thanks
Ben