P
PK.10987
I have two tables. Programme Info(prgCode, progName) and Subject
Info(progCode, subjCode, subjName). They have one to many relationship
through the programme code field.
When I select a programme category for eg. D1 I want only the subject codes
belonging to that programme category to be displayed in the form.
Now when i choose the combobox I have 10, 10, 20 as the subject codes. The
10 subject; one is for programme D1 and programme D2.
How do I resolve this problem?
Thanks,
PK
Info(progCode, subjCode, subjName). They have one to many relationship
through the programme code field.
When I select a programme category for eg. D1 I want only the subject codes
belonging to that programme category to be displayed in the form.
Now when i choose the combobox I have 10, 10, 20 as the subject codes. The
10 subject; one is for programme D1 and programme D2.
How do I resolve this problem?
Thanks,
PK