Re: textbox label
- From: Steve Schapel <schapel@xxxxxxxxxxx>
- Date: Tue, 13 Sep 2005 22:01:41 +1200
Alavaz,
Ok, I see what you mean. Well, to follow the same theme, I guess you will really have to try to create or identify some field that will always have data in a saved record. You might set up a field specifically for this purpose, if one doesn't exist already. For example you could have a Yes/No data type field, hidden probably, with code on the form's Before Update event like this...
My.YourYesNoField = -1
.... and then the Cinditional Formatting expression that we have been discussing might be something like this...
[NameOfYourField] Is Not Null Or [YourYesNoField] = -1
-- Steve Schapel, Microsoft Access MVP
alavaz17 wrote:
What if a field is left blank b/c there is no data for that field? For ex, a client # that some of our clients use to reference their accts...but some don't, and I don't what to show "client no" in the entered record.
.
- References:
- Re: textbox label
- From: alavaz17
- Re: textbox label
- From: Steve Schapel
- Re: textbox label
- From: alavaz17
- Re: textbox label
- Prev by Date: Maintenance Log
- Next by Date: Re: Line spacing in text box
- Previous by thread: Re: textbox label
- Next by thread: Emailing from Access
- Index(es):
Relevant Pages
|