Re: sincronized combo box
- From: "Regan via AccessMonster.com" <u24090@uwe>
- Date: Thu, 31 Aug 2006 07:26:59 GMT
hi Giripoduru
Put this code on the on change event OR afterupdate(i think)
Private Sub catagory_Change()
If me!catagory = "catagory-A" then
capacity.rowsource = "200;300"
Elseif Me!catagory = "catagory-b" then
capacity.rowsource = "400;500"
End if
end sub
Hope this helps
Regan
--
Message posted via http://www.accessmonster.com
.
- References:
- sincronized combo box
- From: Giripoduru
- sincronized combo box
- Prev by Date: Re: Jump from one textbox to another
- Next by Date: Re: Acc97 : Illegal operation when save a form as another form
- Previous by thread: sincronized combo box
- Index(es):
Loading