Dear readers,
I am trying to do a (to me simple) conditional format in my form. But I observe Access hanging in some kind of a loop
- flickering of the form after using two parameters in one condition.
- The bottom line in Access says "calculating".
It only disappears when moving the mouse over those fields
I read this is an known issue, but maybe some workarounds are available?
I have in my table
Description: text
Answer: text
QUESTION: bit
When somebody writes text in Description, he could mark the text as QUESTION which (QUESTION = TRUE)
When somebody reads the question, he can write an answer.
I would like to set in my form a conditional format on the description field
Question = TRUE and isnull(Answer) -> RED background
Like said, I get a flickering form when using two parameters in one condition
Hope somebody knows a solution here
Many thanks
Ben de Boer
I am trying to do a (to me simple) conditional format in my form. But I observe Access hanging in some kind of a loop
- flickering of the form after using two parameters in one condition.
- The bottom line in Access says "calculating".
It only disappears when moving the mouse over those fields
I read this is an known issue, but maybe some workarounds are available?
I have in my table
Description: text
Answer: text
QUESTION: bit
When somebody writes text in Description, he could mark the text as QUESTION which (QUESTION = TRUE)
When somebody reads the question, he can write an answer.
I would like to set in my form a conditional format on the description field
Question = TRUE and isnull(Answer) -> RED background
Like said, I get a flickering form when using two parameters in one condition
Hope somebody knows a solution here
Many thanks
Ben de Boer