I am trying to create a SQL Server like interface where a row is always available for adding new entries to a table. As you enter data for one of the columns it automatically adds a new blank row. This is done to allow multiple rows to be added without having to hit the "add" button. How do I accomplish this?
Thanks
DH
Thanks
DH