access-trouble
New member
- Local time
- Today, 03:24
- Joined
- Feb 3, 2011
- Messages
- 3
hello there,
i have a database which keeps track of the accidents that happens in the schools on a daily bases,
i have three main tables,
1.accidents>> which has acc_id,date and time,place,parties_invo,no_invo(no. of students involved in this accident),school_id
2.school>> school_id,schoolname
3.studentsNschool>> contains names of students involved in each accident, it contains school_id,acc_id,student_firstname,student_lastname and class
now i need a form that contains two combo boxes ...
combo1 contains school names , when choosing a school the other combo2 is updated with the accident numbers that are associated with this school
how can i do this
i have a database which keeps track of the accidents that happens in the schools on a daily bases,
i have three main tables,
1.accidents>> which has acc_id,date and time,place,parties_invo,no_invo(no. of students involved in this accident),school_id
2.school>> school_id,schoolname
3.studentsNschool>> contains names of students involved in each accident, it contains school_id,acc_id,student_firstname,student_lastname and class
now i need a form that contains two combo boxes ...
combo1 contains school names , when choosing a school the other combo2 is updated with the accident numbers that are associated with this school
how can i do this
