I have got something wrong with my combo box.I have tried to build a combo box to choose the city for each contact but i fail to do that.When i choose the city from the combo box in the form, it is not saved and also all the other contacts get the same city as a default.I see i get the things wrong and i need a help. Can you help me build a regular combo box for choosing and saving the choice in the form.
The raw source of the combo box is the following:
SELECT [TblCity].[CityID], [TblCity].[CityName] FROM TblCity;
I can see the choices in the combo box but my form cannot save the choice.Can you help me ?
The raw source of the combo box is the following:
SELECT [TblCity].[CityID], [TblCity].[CityName] FROM TblCity;
I can see the choices in the combo box but my form cannot save the choice.Can you help me ?