Why do I get an error on this? Only 2 columns in thelistbox, column 2 bound and yet the error on column 3 not found.
Already deleted all and recreated, but nothing helps.
Counting for bounded fields starts with 0.
SELECT "Name", "ID" FROM "Table"
This will show “Name” as the content pf the listbox. If you set bounded field to ‘0’ it will also save “Name”. If you set bounded field ‘1’ it will save “ID” - and if you set bounded field ‘2’ it will look for column 3 and this isn’t there.
2 Likes