Avatar

Level 10

Waiting for yor form to be cleared .....just noticed in your code sample that yor are comparing the dropdown value to N/A. I assume N/A is a selection in the dropdown. If so it is a string and needs to be in quotes so it should look like this:

(form1.Main_Subform.Table1.HeaderRow.Other1.rawValue == "N/A")

If that does not work I will have a look when the form clears.

Paul