E
Eych
here's the scenario:
Database1.mdb with Table1 with Field1
Database2.mdb with Table1 with Field1
in vb.net, how can I return all of the Field1's from both tables/databases?
I can create a dataset from each table, but how can I combine them into one?
I want to load all instances of Field1 into a dropdown...
thanks...
Database1.mdb with Table1 with Field1
Database2.mdb with Table1 with Field1
in vb.net, how can I return all of the Field1's from both tables/databases?
I can create a dataset from each table, but how can I combine them into one?
I want to load all instances of Field1 into a dropdown...
thanks...