A
andrew3254
Hiya,
I have some text boxes on a form which I want to add conditional formatting
to lock them if a textbox has a value True.
I have tried the following expression but it doesnt seem to work, even if I
try putting True in quotes.
[Forms]![frmMajorDetailed]![sub]![Month3]![IsLocked] = True
Month3 is a subform on sub which is a subform on frmMajorDetailed. Sounds
messy I know but its the only way I could think of getting a cross-tab style
form.
The database is written in an Access project file which links to a SQL
Server back-end.
If i reference the value in the textbox it seems to like conditional
formatting but when I try using values in other text boxes it doesnt like it.
Does anyone have any ideas?
I have some text boxes on a form which I want to add conditional formatting
to lock them if a textbox has a value True.
I have tried the following expression but it doesnt seem to work, even if I
try putting True in quotes.
[Forms]![frmMajorDetailed]![sub]![Month3]![IsLocked] = True
Month3 is a subform on sub which is a subform on frmMajorDetailed. Sounds
messy I know but its the only way I could think of getting a cross-tab style
form.
The database is written in an Access project file which links to a SQL
Server back-end.
If i reference the value in the textbox it seems to like conditional
formatting but when I try using values in other text boxes it doesnt like it.
Does anyone have any ideas?