Hi,
I tryig to show all the records from a select statement in a lstbox.
In Access you can do something like this:
Me!lstOPut.RowSource = "SELECT Customer,User, Name, [Q8 Verb], Department FROM testTable"
but the only this that has a RowSource property is a Dblist control. But dooing the samething does not seem to work; that is :
DBList1.RowSource = "SELECT * FROM testTable"
Any ideas would be appreacited, as I have been looking all over and cannot find anythign on this.
Thank You
I tryig to show all the records from a select statement in a lstbox.
In Access you can do something like this:
Me!lstOPut.RowSource = "SELECT Customer,User, Name, [Q8 Verb], Department FROM testTable"
but the only this that has a RowSource property is a Dblist control. But dooing the samething does not seem to work; that is :
DBList1.RowSource = "SELECT * FROM testTable"
Any ideas would be appreacited, as I have been looking all over and cannot find anythign on this.
Thank You