Ask a Question related to Dreamweaver AppDev, Design and Development.
-
acidrain9 #1
adding multiple child records
i have an access database set up with 2 tables: tblContacts, and tblNotes
tblNotes is related to tblContacts by a field caled ContactID
i have implimented the ability to add new contacts to the database and it
works great.
my problem is with my add note page: addnote.aspx
when adding a new note the url parameter is set to the ContactID of that
member in
the Contact Table: addnote.aspx?ContactID=1234
this of course adds the note to the parent contact. however it will let me add
another one.
when trying to add a second note to the same contact
addnote.aspx?ContactID=1234 it fills the form fields automatically with the
previous note fields.
i do see why it is doing this, but what i don't understand is how to make my
form realize i am trying to add another note not update my previous one.
any help?
acidrain9 Guest
-
Simple question: show child records as opposed to link
Hi I have a datagrid (VS2003 and framework 1.1). The grid is bound to 2 tables (parent child etc.). Does anyone know if its possible to show... -
update multiple records in multiple tables from one form
hello I have been trying to run multiple update queries based on the data entered by user. Brief background: I am fetching data from various... -
SQL: Deleting child records recursively
I have a table of records that share a parent/child relationship. Ie: id | parentID | item 1 | 0 | main item 2 | 1 | secondary... -
adding multiple records
Thanks Perry, I am not sure what : (" & (nBsae £« 1£ > © & " )") is as the characters are not normal? could you please repost, thank... -
Subform listbox records don't reflect master/child link
"Nick Mirro" <nickmirro@attbi.com> wrote: Nick, you have to update the list box when navigating through the main form. You can do this in... -
acidrain9 #2
Re: adding multiple child records
i figured out what i was doing wrong, i had each textbox's text linked to the same filed in the database, works fine now
acidrain9 Guest



Reply With Quote

