I have an unbound form with some unbound controls where the control source is set to something like
This has worked fine for a long time, until today, when I tried to implement some conditional formatting on these controls. Now, half of them are returning "#Name?" instead of a value. Even after I delete the conditional formatting, they still do this. The only way I can get the correct value back is to recreate the control from scratch.
I understand why conditional formatting might not work with domain aggregate functions, if the formatting is trying to use the field value before the function has returned a value. Has anyone else had this problem?
Access 2002.
=dmax("MyField","MyTable","Item='MyItem'")
This has worked fine for a long time, until today, when I tried to implement some conditional formatting on these controls. Now, half of them are returning "#Name?" instead of a value. Even after I delete the conditional formatting, they still do this. The only way I can get the correct value back is to recreate the control from scratch.
I understand why conditional formatting might not work with domain aggregate functions, if the formatting is trying to use the field value before the function has returned a value. Has anyone else had this problem?
Access 2002.