C
Carrie
Hi, I did post this question but think I may have asked it wrong or posted it
to the wrong place.....
I have this query as the row source for Enforcement Subtype field.
SELECT Enforcement_Subtypes.Enf_Subtype_ID,
Enforcement_Subtypes.Enf_Type_ID, Enforcement_Subtypes.Enforcement_SubType
FROM Enforcement_Subtypes
WHERE
(((Enforcement_Subtypes.Enf_Type_ID)=[Forms]![Compl_MAIN_Form]![Enforcement
Type]));
When you select the appropriate Enforcement Type a drop down list of the
applicable subtypes appears and you can select one. It seems that if you
pick the first possible Enforcement Type it will save the correct subtype in
the record on the form. If you pick any other Enforcement Type, for some
reason it does not save it on the form but does save it to the table.
I do have a frontend and backend. The Control Source is Enforcement_Subtype
in my main table. Any ideas why this isn't working properly are greatly
appreciated!
to the wrong place.....
I have this query as the row source for Enforcement Subtype field.
SELECT Enforcement_Subtypes.Enf_Subtype_ID,
Enforcement_Subtypes.Enf_Type_ID, Enforcement_Subtypes.Enforcement_SubType
FROM Enforcement_Subtypes
WHERE
(((Enforcement_Subtypes.Enf_Type_ID)=[Forms]![Compl_MAIN_Form]![Enforcement
Type]));
When you select the appropriate Enforcement Type a drop down list of the
applicable subtypes appears and you can select one. It seems that if you
pick the first possible Enforcement Type it will save the correct subtype in
the record on the form. If you pick any other Enforcement Type, for some
reason it does not save it on the form but does save it to the table.
I do have a frontend and backend. The Control Source is Enforcement_Subtype
in my main table. Any ideas why this isn't working properly are greatly
appreciated!