M
Mr. B
VB.net and two MS Access Data Bases...
In DB1, there is 2 (out of several) columns which are named CODE and
DESCRIPTION.
In DB2, there is only the CODE column (having the same code numbers as DB1).
I read the DB2 columns and put the CODE information in a ListBox.
What I want to be able to do, is to be able to select one of the CODE items
from the ListBox and be able to find the corresponding DESCRIPTION from DB2.
I can get the CODE item from the ListBox. Just don't know how to find the
DESCRIPTION from the other DB file. I need some sort of binding code here or
something.
Any ideas appreciated.
Regards,
Bruce
In DB1, there is 2 (out of several) columns which are named CODE and
DESCRIPTION.
In DB2, there is only the CODE column (having the same code numbers as DB1).
I read the DB2 columns and put the CODE information in a ListBox.
What I want to be able to do, is to be able to select one of the CODE items
from the ListBox and be able to find the corresponding DESCRIPTION from DB2.
I can get the CODE item from the ListBox. Just don't know how to find the
DESCRIPTION from the other DB file. I need some sort of binding code here or
something.
Any ideas appreciated.
Regards,
Bruce