S
sotto_izi
hi..
i just got a problem in making a database system. I'm not that familiar with
sql statements etc. i have a form asking a client some information, it
consists of different field values found in different tables. i want to
append those values to their exact table where such fields exist. i had a
difficulty in appending those values because some of my tables have fields
that are not asked in my form, so it would tend to ask for a value.. how
would i resolve this problem?
these are some of my values:
Table: enrollment
enroll_num (autonum) primary key
CourseID
Discount
EnrolledBy
amount
StudentIDNo
Table: student
StudentIDNo
FamilyName
FirstName
i just got a problem in making a database system. I'm not that familiar with
sql statements etc. i have a form asking a client some information, it
consists of different field values found in different tables. i want to
append those values to their exact table where such fields exist. i had a
difficulty in appending those values because some of my tables have fields
that are not asked in my form, so it would tend to ask for a value.. how
would i resolve this problem?
these are some of my values:
Table: enrollment
enroll_num (autonum) primary key
CourseID
Discount
EnrolledBy
amount
StudentIDNo
Table: student
StudentIDNo
FamilyName
FirstName