W
williamr
I have a query that has a field called "vaultNo" and a variable from a form
called lngreleasenumber. I'm trying to set the filter to the vaultno that
equals the variable I supply. I call myself following the example in the
"ApplyFilter" help with no luck.
DoCmd.OpenQuery ("qryBill")
DoCmd.ApplyFilter , "[vaultNo] , = lngreleasenumber"
Thank You
Mr. Dumb
called lngreleasenumber. I'm trying to set the filter to the vaultno that
equals the variable I supply. I call myself following the example in the
"ApplyFilter" help with no luck.
DoCmd.OpenQuery ("qryBill")
DoCmd.ApplyFilter , "[vaultNo] , = lngreleasenumber"
Thank You
Mr. Dumb