Good Morning ,
I have a filter problem :
me.filter = "[bank] = 'Chase' "
me.filteron = true
This filter on my report works fine.
When I choose a bank via combo-box :
Dim BK as string
BK = "=" & combo17
'this works ,I checked with messagebox'
Now when I try to filter :
me.filter = "[bank] = "=" & BK "
me.filteron = true
I get an empty report.
Help is very much appreciated.
Thanks in advance ,
Gunter
I have a filter problem :
me.filter = "[bank] = 'Chase' "
me.filteron = true
This filter on my report works fine.
When I choose a bank via combo-box :
Dim BK as string
BK = "=" & combo17
'this works ,I checked with messagebox'
Now when I try to filter :
me.filter = "[bank] = "=" & BK "
me.filteron = true
I get an empty report.
Help is very much appreciated.
Thanks in advance ,
Gunter