Edit Data : ListBox not visible

jlt

Member²
Hello,

When I insert a row in a table with a foreign key associated with a column, I can't see the Listbox containing possibles values for this column.

The joined table contains exactly 940 rows.

I saw in an other topic that if the table contains more than 1000 rows, the listbox would not appear.

So, I don't understand why this listbox is not visible in my case.

Thanks for your help.
 
Perhaps the foreign key constraint applies to more than one column? One other possibility is that you don't have select privileges on the referenced table.
 
Back
Top