Code to transfer data

  • Thread starter Thread starter jaci
  • Start date Start date
J

jaci

I successfully got results from form to go to database,
but can't use appended records,so submitted data is sent
to a different table. The data on submitted form needs
to replace data in the original table. Is there any code
or SQL query I can add to make this happen?
 
-----Original Message-----
I successfully got results from form to go to database,
but can't use appended records,so submitted data is sent
to a different table. The data on submitted form needs
to replace data in the original table. Is there any code
or SQL query I can add to make this happen?

You would have to code this in ASP, ASP.NET, or whatever.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Is there code for this already out there, or do I have to
find someone who knows alot more than I do?
 
jaci said:
Is there code for this already out there, or do I have to
find someone who knows alot more than I do?

It's hard to say without understanding more about your application,
but applications that update existing database records are usually
complex enough to require custom coding.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top