There are 2 tables:
- "Warehouse" with the fields "code", "name"
- "Products" with the fields "name", "quantity", "warehouse code"
Warehouse fields. Code and Products. Warehouse codes are related by a one-to-many relationship.
How to create a drop-down list (for the "Storecode" field of the "production" table form) in which instead of the numerical designation of the warehouse code would be their names? As the value attribute of the HTML <select><option value="КодСклада">Названия складов</option></select>