Hello.
I am trying to open a query using
DoCmd.OpenQuery strCurr_Query, acViewNormal, acReadOnly
but I need to add a filter string called
strCRITERIA
and I just don't know the way to get it done.
Any help is greatly appreciated!!!
I am trying to open a query using
DoCmd.OpenQuery strCurr_Query, acViewNormal, acReadOnly
but I need to add a filter string called
strCRITERIA
and I just don't know the way to get it done.
Any help is greatly appreciated!!!