J
J. Shrimps Jr.
If a certain condition is met, I would
like certain controls on a sub-form disabled,
so there isn't any chance of accidental entry
of data in the wrong controls.
Me.subEntry1.form!data.enabled = false
This works for all the controls EXCEPT for the
last five (there's about 30 total)
Get an error message saying "database can not find
the field 'txtCompletedate'
like certain controls on a sub-form disabled,
so there isn't any chance of accidental entry
of data in the wrong controls.
Me.subEntry1.form!data.enabled = false
This works for all the controls EXCEPT for the
last five (there's about 30 total)
Get an error message saying "database can not find
the field 'txtCompletedate'