|
-
Sep 3rd, 1999, 05:16 AM
#1
Thread Starter
New Member
MS Access 2000 lets you set the color/format of a control on a form based on an event (such as "on focus"). Is there a way I can get ahold of this functionality with an API call? I am wanting to set the background color of a text box control on a subform when the subform/control does not have focus, to serve as a visual by highlighting important information (on only one of the continuous subforms displayed) while the user types in data elsewhere. Thanks in advance!
-
Sep 5th, 1999, 11:14 AM
#2
Frenzied Member
You could set the backColor property (and/or font properties) of a text box on the "lost focus" event to one value and to something else on the "got focus" event.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|