hockey8837
Registered User.
- Local time
- Today, 17:07
- Joined
- Sep 16, 2009
- Messages
- 106
Hi,
I have a datasheet which features a few text boxes displaying additional column info from a combo box's select query; i.e. the control source is "=[FundingIDFK].[column](2)", etc.
Since this column is not an editable field, I'd like to make the text grey instead of black (as in the rest of the datasheet), so that the user sees it and will not try to click/type in the field.
Is there a way to do this through VBA, or something else? I've only been able to change the font color for the whole datasheet. I tried putting in [grey], [grey]@, "[grey]" and other various combinations in the Format property, but it doesn't seem to do anything.
I have too many text/combo boxes to try a continuous form...which seems to sometimes be a suggestion on other pages.
Thanks!
I have a datasheet which features a few text boxes displaying additional column info from a combo box's select query; i.e. the control source is "=[FundingIDFK].[column](2)", etc.
Since this column is not an editable field, I'd like to make the text grey instead of black (as in the rest of the datasheet), so that the user sees it and will not try to click/type in the field.
Is there a way to do this through VBA, or something else? I've only been able to change the font color for the whole datasheet. I tried putting in [grey], [grey]@, "[grey]" and other various combinations in the Format property, but it doesn't seem to do anything.
I have too many text/combo boxes to try a continuous form...which seems to sometimes be a suggestion on other pages.
Thanks!