G
Guest
Can someone please tell me the best way to create a database update form with
a large number of fields...
The form only needs to use standard textboxes for some pretty basic info...
I thought about just manually adding the textboxes to the form and then
using a loop to create the SQL procedure to update the database, but was
wondering if there is a better way of doing it... perhaps using a Stored
Procedure but then I guess I have to manually add all the variables in the
Stored Procedure which doesn't make alot of sense...
Any suggestions would be appritiated...
Thanks
a large number of fields...
The form only needs to use standard textboxes for some pretty basic info...
I thought about just manually adding the textboxes to the form and then
using a loop to create the SQL procedure to update the database, but was
wondering if there is a better way of doing it... perhaps using a Stored
Procedure but then I guess I have to manually add all the variables in the
Stored Procedure which doesn't make alot of sense...
Any suggestions would be appritiated...
Thanks