Hi
Looking at ‘Departement’, I suggest you change the keys to numeric, leaving the data (‘Nom’) as-is. In your example form, the drop-down box should have two fields, rather than the one as coded. Thus the Row Source should be “SELECT IDDepart, Nom FROM Departement;” (thus returning the primary...