Hi!
I've got a one-to-many relationship between two tables. How could I let users of my database interface enter several items into the 'child' table, for each entry in the 'parent' table? There are not a limited number of alternatives, so I can't let users select 'child' items from a multi-select listbox. Furthermore, the number of items that a user will type in may vary greatly. Should I use a textarea for this? How?
Another thing.. How could I show existing values from the database, say in a listbox, and let users add to that list?
M