Problem in displaying control from databse to form automatically

nayal_access

New member
Local time
Tomorrow, 00:42
Joined
Jun 21, 2013
Messages
4
I have created and saved a form in access automatically from database table.But when I change Display Control of a field from text box to combo box,it is not reflected in the form automatically after I refresh the form.
Please suggest me some solution.
 
Design a ComboBox as usually, place it anywhere in an empty area of the Form, set it's Control Source to point to the same field as the text box, remove the text box, then, finally, move the ComboBox in the right position.
 

Users who are viewing this thread

Back
Top Bottom