Solved SubForms

Teri Bridges

Member
Local time
Today, 11:20
Joined
Feb 21, 2022
Messages
187
I have a main form which has a field ModuleID. This is a selection field.
I would like the dropdown list on my sub form to limit the options based on the Module ID selected on the main form. Is that possible?

1698739798937.png


I tried to do it in the query but was not successful.
[forms]![updateCourseDetails_Frm]![moduleID]
1698740100070.png
 
Rewuery the combo in the AfterUpdate of that control.
 
I have a main form which has a field ModuleID. This is a selection field.
I would like the dropdown list on my sub form to limit the options based on the Module ID selected on the main form. Is that possible?

View attachment 110672

I tried to do it in the query but was not successful.
[forms]![updateCourseDetails_Frm]![moduleID]
View attachment 110673
Naw, I am doing something really wrong I cannot even get the query to run.
1698742699902.png
 

Users who are viewing this thread

Back
Top Bottom