문제

I am trying to write an expression within the conditional formatting module of MSAccess to allow me to format a field/control on a form based on the value of another field coming from the same record. Is it possible? At present I would like the field XXX on on my form to change font colours when the underlying field "OverallObjectivesStatus2" from the table "tblProjectMasterList" has a value of "other"... The expression that I built is:

[tblProjectMasterList]![OverallObjectiveStatus2]="other"

but it doesnt seem to be working. Am I missing something? Thanks,

도움이 되었습니까?

해결책

Instead of the name of the table ([tblProjectMasterList]) use the name of the form.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top