Ask a Question related to ASP, Design and Development.
-
Renie83 #1
Inserting into one table data from 2 tables and some input data.
Alrighty,
I pull records from a database table onto a page based on vendor #. On
this page I have an input box after each row of data that is just
placed in there with the movenext of the rs so the text box has the
same name set to all of them. What I need and want to do is let users
add a date in text boxes as they need to. If there is a date in the
text box I want some of the information in that record on that page
and that date loaded into a new table when they click the submit
button. Somethings I think/know I need:
A way to check to see if there is a date entered into the text box if
not move on to the next record and check that one.
A way to make sure my insert statement will go thorough and insert
each row.
I saw no examples on using an insert with a recordset so that might
not even be possible. Any help would be greatly appreciated. Thanks so
much!
Renie83
Renie83 Guest
-
Inserting data into two seperate tables with Dreamweaver
I am trying to find out how you to insert the unique ID from one table into another table so that those two tables become connected. In other words... -
How to take data out of table, restructure the table and then put the data back in
Hi All Wonder if you could help, I have a bog standard table called STOCKPRICES that has served me well for a while, but now I need to change the... -
SQL: Inserting data from table1 with static data into table 2
Hi, I'm trying to create an SP in SQL Server 2000 that will read in a load of row values and insert them, along with two static values, into... -
Inserting data into a table
I am quite new to all this but am trying to create a database driven site. I have been able to use information from my sample database but I now... -
Inserting Data
Hi, i am using ASP and Access. I need to insert the same data into two different tables or get MS Access to do this for me, can this be done? ... -
Kiran Math #2
Re: Inserting into one table data from 2 tables and some input data.
Renie83,
You can validate the data on the server side or on the client side.
You may have to write update statement for each updation you want.
Thats a easy job!!
Kiran Math
Kiran Math Guest



Reply With Quote

