from a form, I changed a text field to select by entering the query to select the data, but when I open the grid will not let me see my selection, but id registered in the database.
Yes, a grid is read-only, but a form you can do input on. So looks correct to me.
Andrea,
You need to set the field in the grid as a select also, so that it will translate the numeric into a readable field. Do it just the same as you did on your Form.
Dave
select
solve with this query,
SELECT stato_fattura, stato_fattura
FROM stato
ORDER BY stato_fattura
