-
Combobox Rowsource
Hello!
Does anyone know what the Combobox.Rowsource equivalent is in Visual studio 2008.
How do I set the rowsource of a combobox?
and furthermore, change it...
In my old access app. I had a combobox that would change it's rowsource according to the input values of other text fields.
In visual studio I can't seem to figure out the command.
any help?
-
Re: Combobox Rowsource
Possibly looking for combobox.DataSource ?
-
Re: Combobox Rowsource
I was under the impression that datasource is the output target.
I guess I'll try that one though.
Thanx!