D
Dick Patton
Hi All,
I know i am missing soething here but i can't seem to explain this condition.
The condition exists with all of my forms that contain subforms.
A DB table contains 2 fields, School_name and Unit_number (it is intended to
track which Scout units draw from which schools) both fields are many to many
relationships. A school may have many units drawing scouts from it and unit
may draw from many school but no duplicates are allowd. So both unit_number
and School_name are joint keys in the School-Unit Table. Each of these is
linked to its own tables called Schools (School_name is the Key) and Org_Unit
where Unit_Number is Indexed.
The main form "School" collects the school name, address etc. and the sub
form (School-Unit) collects which units are associated with it. On the
subform is a list box from which the user can select any Valid unit_number
(from the Unit_Org table) and The School_name (collected from athe School
main form)
That being said, The form works perfect when adding units to schools, or
changing units related to schools. But when you right click a record to
delete a Unit-School pair the delete feature is greyed out. Both subform and
Form have Add,Edit,Delete permissions set to yes.
Any help would be appreciated!!
I know i am missing soething here but i can't seem to explain this condition.
The condition exists with all of my forms that contain subforms.
A DB table contains 2 fields, School_name and Unit_number (it is intended to
track which Scout units draw from which schools) both fields are many to many
relationships. A school may have many units drawing scouts from it and unit
may draw from many school but no duplicates are allowd. So both unit_number
and School_name are joint keys in the School-Unit Table. Each of these is
linked to its own tables called Schools (School_name is the Key) and Org_Unit
where Unit_Number is Indexed.
The main form "School" collects the school name, address etc. and the sub
form (School-Unit) collects which units are associated with it. On the
subform is a list box from which the user can select any Valid unit_number
(from the Unit_Org table) and The School_name (collected from athe School
main form)
That being said, The form works perfect when adding units to schools, or
changing units related to schools. But when you right click a record to
delete a Unit-School pair the delete feature is greyed out. Both subform and
Form have Add,Edit,Delete permissions set to yes.
Any help would be appreciated!!