L
larry
Hi everyone..
Was hoping someone here can help me w/ my delimna:
Does anyone know how to better link two tables? I have one
table called tbl_INDIVIDUAL, it has the following field:
InterviewID, Courses, Systems, Areas, Hobbies, SchoolName,
LastName, FirstName, Email, & Tel. On the other table
called tbl_SUMMARY, it has InterviewID, ID (autonumber),
SchoolName, Courses, Systems, Areas, & Hobbies. The
tbl_SUMMARY summarizes the tbl_INDIVIDUAL by SchoolName. I
have 15 SchoolName and so tbl_SUMMARY has 15 entry in
Courses, Systems, Areas, and Hobbies. What I would like to
have happen is that when a user goes into tbl_Individual to
add a new InterviewID, it automatically just append the new
record in tbl_SUMMARY. Is this possible?
Thanks for any help on this.
Larry
Was hoping someone here can help me w/ my delimna:
Does anyone know how to better link two tables? I have one
table called tbl_INDIVIDUAL, it has the following field:
InterviewID, Courses, Systems, Areas, Hobbies, SchoolName,
LastName, FirstName, Email, & Tel. On the other table
called tbl_SUMMARY, it has InterviewID, ID (autonumber),
SchoolName, Courses, Systems, Areas, & Hobbies. The
tbl_SUMMARY summarizes the tbl_INDIVIDUAL by SchoolName. I
have 15 SchoolName and so tbl_SUMMARY has 15 entry in
Courses, Systems, Areas, and Hobbies. What I would like to
have happen is that when a user goes into tbl_Individual to
add a new InterviewID, it automatically just append the new
record in tbl_SUMMARY. Is this possible?
Thanks for any help on this.
Larry