B
Ben
I have a filter that partially works. I want to ask the user (prompt) to
enter a project name, but want the code to work so they don't have to enter
the entire project name. Like Cit for Citrix.
Here is the query code for now.
DoCmd.ApplyFilter , "[Group_Name] = [Enter Project Name] and [Status] =
'Open'"
Thanks
enter a project name, but want the code to work so they don't have to enter
the entire project name. Like Cit for Citrix.
Here is the query code for now.
DoCmd.ApplyFilter , "[Group_Name] = [Enter Project Name] and [Status] =
'Open'"
Thanks