B
BlueWolverine
Hello,
MS Access 2003 on XP Pro.
I am going to be making a tabular form based on an updateable query and I
want to know how to make some field-records editable (meaning front end user
can change data) ONLY if the value that's in there to start is not null. If
it is NULL, I don't want the user to be able to change anything about that
"Cell".
So, parts of a record may be not null and I want those to be editable, and
some records in a field may be not null, and I want those to be editable, but
if any given "CELL" is null, I don't want it to be editable. (I want it to
stay NULL)
I'm hoping for a property or a conditional choice on lockable or something
like that but VBA would be fine.
Thanks.
MS Access 2003 on XP Pro.
I am going to be making a tabular form based on an updateable query and I
want to know how to make some field-records editable (meaning front end user
can change data) ONLY if the value that's in there to start is not null. If
it is NULL, I don't want the user to be able to change anything about that
"Cell".
So, parts of a record may be not null and I want those to be editable, and
some records in a field may be not null, and I want those to be editable, but
if any given "CELL" is null, I don't want it to be editable. (I want it to
stay NULL)
I'm hoping for a property or a conditional choice on lockable or something
like that but VBA would be fine.
Thanks.