Hopefully a simple question......
I need to set a combo box value list based on the entry in another combo box. I have the logic of how it works but I can't get the syntax..... argh.....
me.SortFilter.RowSource = "One, Two";" tblTag.One, tbTag.Two ";"Two, One";"tblTag.Two, tblTag.One"
Of course this does not work, but how do I do it?
Thanks in advance!
Scott
I need to set a combo box value list based on the entry in another combo box. I have the logic of how it works but I can't get the syntax..... argh.....
me.SortFilter.RowSource = "One, Two";" tblTag.One, tbTag.Two ";"Two, One";"tblTag.Two, tblTag.One"
Of course this does not work, but how do I do it?
Thanks in advance!
Scott