I have a form that has conditional formatting on seven fields in the detail area. I filter the form using toggle buttons and VB Code to create a filter string using
Me.Filter = strCfilter
.....
......
Me.FilterOn = True
Depending on the number of conditional fields I can only run the filter a fixed number of times befopre getting the helpful message
"Microsoft Access has encountered a problem and needs to close. We are sorry for the inconvenience."
MS Access 2002 SP-2 Running on Windows XP professional
Any suggestions gratefully received
Many thanks
GeoffreyB
Me.Filter = strCfilter
.....
......
Me.FilterOn = True
Depending on the number of conditional fields I can only run the filter a fixed number of times befopre getting the helpful message
"Microsoft Access has encountered a problem and needs to close. We are sorry for the inconvenience."
MS Access 2002 SP-2 Running on Windows XP professional
Any suggestions gratefully received
Many thanks
GeoffreyB