Textbox with combobox column source flickers inexplicably

A

Alexcamp

I have a textbox on a continous subform.

The textbox is bound to the second column of an invisible combobox to display
the field from the related table.

I am using this code as source for the textbox: =cboUsager_temps.Column(1)

When I select a record on the main form, the textbox flickers endlessly. Does
anyone know what's going on ?
 
A

Alexcamp

I would like to bring some more information.

After some testing I discovered that this was in fact due to another textbox
having a conditionnal formatting (making the background of the textbox green
if field value = true).

Once I removed the conditionnal format, everything works nicely.

Is this normal ?

If not can anyone suggest a proper technique to conditionnal formatting ?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top