in order to populate the table calledmodPopulateOtherOptions
with VBA code. I tried to replicate your work by creating two separate module: -tblOtherEntertainmentOptions
andmodPopulateOtherVolAreasOptions
and they throw similar error messages: -modPopulateAnyOtherIdeasOptions
In the first moduel called
: -modPopulateOtherVolAreasOptions
Code: Select all
rstO!AnyOtherVolAreasOption = Mid(strNew, 3)
with the error message: -
In the second module calledrstO!AnyOtherVolAreasOption = <item not found in this collection
: -modPopulateAnyOtherIdeasOptions
Code: Select all
rstO!AnyOtherIdeasOptionID = Mid(strNew, 3)
I created some subforms called: -rstO!AnyOtherIdeasOptionID = <item not found in this collection
- sbfAnyOtherVolAreasResponses
- sbfAnyOtherIdeasResponses
Similarly the subforms were embedded into the following forms and they are not showing any data:-
- frmAnyOtherVolAreasResponses
- frmAnyOtherIdeasResponses
https://1drv.ms/f/s!AtOdPG-IN8CYgcV-YYl ... Q?e=h53Jel
Thank you in advance for your kind assistance.