B
Barry Shadduck
Hello,
Trying replace hard code "Telecom & Network Mgt" by
reading it from a file and placing it into the ApplyFilter
command line.
Hard code example:
DoCmd.ApplyFilter "[LOC] = ""Telecom & Network Mgt"""
Want to replace hard code with
DoCmd.ApplyFilter "[LOC] = " & coord![LOC]
Any one know the syntax for this, double quotes, single
quotes, bars, or what??????????????
Thanks
Trying replace hard code "Telecom & Network Mgt" by
reading it from a file and placing it into the ApplyFilter
command line.
Hard code example:
DoCmd.ApplyFilter "[LOC] = ""Telecom & Network Mgt"""
Want to replace hard code with
DoCmd.ApplyFilter "[LOC] = " & coord![LOC]
Any one know the syntax for this, double quotes, single
quotes, bars, or what??????????????
Thanks