In my access database I have a filed in a table which contains data in Unicode format(UTF-8).When I display that data in my access form it is displayed same as in database,whereas what I actually required is to display data in its actual(non-unicode form).Please suggest me some solution.
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.
I am creating a form in access. In the form there is a combobox in which I am adding items using RowSourceType as Value list and Row Source as Male;Female. What I require is whether there is some way so that when I select Male from combo box M is stored in database and with Female F is stored. I...