Multiple table inserts in Dreamweaver. ONE FORM
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Got two tables in a MDB tblUser, tblWOL Need to with one form UserN, Pass, name, surname be able to insert a record in tblUser and a record with the UserN in the tblWOL. I can use Dreamweaver to insert into the tblUser table, but how do I add another piee so that it inserts a record into the tblWOL as well without any further User interaction? I get a problem about "must have another form"Dreamweaver seemingly only allows ONE insert/update/delete per form and only allows to do it into/from ONE table in the DB? Any help please? this is me