After I do an insert record page but I leave out a field name how do I create a form and connect it to the data base so the information goes to that field name I forgot to create. With out doing the insert record wizard again or another word erasing everything and starting over?
Thanks for the help
mar0364 -> RE: insert record (11/28/2007 9:18:48)
If your comfortable working in code view you can open the code and add the code to amend the insert statement. The DW code is a little bloated[8|] but it is well commented and consistent. Does that help?
climberman -> RE: insert record (11/28/2007 9:24:50)
I tried putting the code in but that didn't work so I thought that you should be able to have DW add the new field. DW will add a new field if you are working with an update page.
mar0364 -> RE: insert record (11/28/2007 9:35:50)
If your set on using the DW features it may be easier and quicker for you to just create a new insert.
Rich
climberman -> RE: insert record (11/28/2007 10:32:37)
That is what I have started to do. you would think there would be an easer way because it is easy to leave something out. I tried messing with the code but couldn't figure it out.
mar0364 -> RE: insert record (11/28/2007 11:54:30)
Good thinking. Never let the web stuff take time away from your core business. If something gets way above your head just bring someone in.
Regards! Rich
climberman -> RE: insert record (11/28/2007 12:07:27)