Re: sincronized combo box



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

.


Loading