I am trying to get a field that is set to currency to filter, i.e. I want to get all records where my amount field is > $1,000,000. I am doing this through code. Here is part of what I have as my code:
strCompletionAmount = "[Final Contract]> '" & Me.txtAmount.Value & "'"
strFilter =...