Re: View Active choices in combobox...
- From: "Pelton98" <Pelton98@xxxxxxxxxx>
- Date: Sun, 24 Apr 2005 10:16:47 -0400
That part I get but I since I am using FE/BE DB what would be the least
amount of resources and time. Mainly what even should I put this requery
in. I am going to play around with different variations, just seeing if
anyone had any ideas.
"Rick Brandt" <rickbrandt2@xxxxxxxxxxx> wrote in message
news:zSMae.9$461.5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> "Pelton98" <Pelton98@xxxxxxxxxx> wrote in message
> news:eB%23COhJSFHA.3076@xxxxxxxxxxxxxxxxxxxxxxx
>> What is the best way to only allow active choices in a combobox..
>>
>> I have a combobox referred to a table that has an end date for the code.
>> I want only codes to show that have an end date that is null or > Date()
>>
>> I have been able to do this but for historic records that used the old
>> value won't display because they aren't in the record source.
>>
>> I have tried several different methods one is On current select the ones
>> I want or where the Code Id is equal to Forms.Code.value. This method
>> works but the records source must requery on every record change. [snip]
>
> The RowSource for the ComboBox needs to Requery with every record change.
> Is that what you meant? Why is that a problem? All of your other
> suggestions also require that the ComboBox be requeried.
>
> --
> I don't check the Email account attached
> to this message. Send instead to...
> RBrandt at Hunter dot com
>
.
- References:
- View Active choices in combobox...
- From: Pelton98
- Re: View Active choices in combobox...
- From: Rick Brandt
- View Active choices in combobox...
- Prev by Date: Re: setting recordsource
- Next by Date: Re: problem with autonumber
- Previous by thread: Re: View Active choices in combobox...
- Next by thread: Combo boxes
- Index(es):
Relevant Pages
|