Access 2k:
i have a subform (datasheet) where i want all but one field greyed out all the time so users see easily those fields are non-editable. one field always has a value in it, at least a 0 so the condit formatting is >=0 make it grey, so that works fine. two other fields tho are NULL (i've tested and i'm sure they are NULL) until filled in programmatically with user ID and date/time stamp. i cannot do any formula in the condit formatting that will make it grey. i've tried
=Null
<="zzzzzzz" (user ID is 7 chars)
and even set the DEFAULT FORMATTING (This Format will be used if no conditions are met) to grey also. nothing works.
for date field i've tried also =Null and the Default Formatting, as well as <=12/31/2050 but again nothing works.
both UserID and Date/Time stamp fields will be grey if there is something in them, but they are white when they are null.
any suggestions?
i have a subform (datasheet) where i want all but one field greyed out all the time so users see easily those fields are non-editable. one field always has a value in it, at least a 0 so the condit formatting is >=0 make it grey, so that works fine. two other fields tho are NULL (i've tested and i'm sure they are NULL) until filled in programmatically with user ID and date/time stamp. i cannot do any formula in the condit formatting that will make it grey. i've tried
=Null
<="zzzzzzz" (user ID is 7 chars)
and even set the DEFAULT FORMATTING (This Format will be used if no conditions are met) to grey also. nothing works.
for date field i've tried also =Null and the Default Formatting, as well as <=12/31/2050 but again nothing works.
both UserID and Date/Time stamp fields will be grey if there is something in them, but they are white when they are null.
any suggestions?