Code to transfer data

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?
 
J

Jim Buyens

-----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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
J

jaci

Is there code for this already out there, or do I have to
find someone who knows alot more than I do?
 
J

Jim Buyens

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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top