I have been working on a Training database here at work, and have almost finished it, but am lacking a way to insert and update a bunch of records at once.
I am needing to figure out how to insert up to 450 records from an ASP page, but the kicker is that I need for the user to choose an employee name from a dropdown box for each record. Currently my insert page has 25 dropdowns for Employee name, and even though I am using arrays to populate the dropdowns, the page takes 5 seconds to load. The page with 475 dropdowns takes about 1 minute to load.
Any ideas?
Thanks,
Drew
I am needing to figure out how to insert up to 450 records from an ASP page, but the kicker is that I need for the user to choose an employee name from a dropdown box for each record. Currently my insert page has 25 dropdowns for Employee name, and even though I am using arrays to populate the dropdowns, the page takes 5 seconds to load. The page with 475 dropdowns takes about 1 minute to load.
Any ideas?
Thanks,
Drew