Re: After update disabling controls
- From: "dougal" <u44171@uwe>
- Date: Thu, 12 Jun 2008 13:36:36 GMT
Sorry, what I meant was that the fields being displayed depending on the most
recent entry.
I've checked and the code is also present in the OnCurrent event on the Form
although I didn't actually put it there (is that right?) and the control is
also bound to the only column in the combo box and yet it still doesn't work!
Linq Adams wrote:
I'm confused!
"the fields are displayed as being enabled or disabled depending on the
current record although the fields do display their correct selection."
Did you mean to say that the "are NOT displayed as being enabled or disabled
depending on the current record?"
Anytime you do formatting in the AfterUpdate event of a control, such as
enabling/disabling your comboboxes, in order to have the formatting persist,
1) The control of the AfterUpdate event has to be bound to a field in the
table
2) You have to include the same code in the form's OnCurrent event
.
- References:
- After update disabling controls
- From: dougal
- Re: After update disabling controls
- From: Linq Adams via AccessMonster.com
- After update disabling controls
- Prev by Date: Re: After update disabling controls
- Next by Date: Re: Populating a form from combo box
- Previous by thread: Re: After update disabling controls
- Next by thread: Re: Default value on form using conditional expression?
- Index(es):
Relevant Pages
|