MS Access Data Retrieval Problem

clr1979

New member
Joined
Mar 18, 2005
Messages
1
Programming Experience
Beginner
Hi,

I have a database that contains coutry details for 4 coutries. What I need to do is display the countries in a combo box for a user to select from. When the user selects a country from the combo box, that countries details should be displayed in labels on the form.

So far, the combo box pulls the countries into and the labels show the first countries details but when I change the country the details in the labels dont change. The code I have should clear the dataset and then refill it with the details for the selected country.

Any Ideas?
 
Back
Top