I want to enable or disable fields on a form based on information in the table. The second form opens from a button on the primary form. I have tried using a macro that runs when the secondary form opens, but have had no luck.
I use this under criteria:
[Forms]![Employees]![Status]="Student"
and have "Set Value" in the action to enable the field, which is set to disable by default
Any Suggestions?
I use this under criteria:
[Forms]![Employees]![Status]="Student"
and have "Set Value" in the action to enable the field, which is set to disable by default
Any Suggestions?