U
Uncle Buck
I am a relatively experienced Access developer, but I am trying something I
have not tried for several versions.
I have a main form (frmMainMenu), with a listbox (lstMenu) presenting
available Forms on the left, and an empty subform control on the right
(sfrmMain).
By dbl-Clicking on a form in the listbox, my intent is to have the
appropriate form open in the subform control.
Me.Controls("sfrmMain").SourceObject = strChoice where strChoice is the name
of the form I want inserted.
Of course, with administrative privelages it works great, but once I start
to reduce user privelages, and testing under those accounts I get the
following message:
Run-time error '2614' You don't have permission to insert this form into
another form.
Any suggestions or resolutions?
Thanx in advance
have not tried for several versions.
I have a main form (frmMainMenu), with a listbox (lstMenu) presenting
available Forms on the left, and an empty subform control on the right
(sfrmMain).
By dbl-Clicking on a form in the listbox, my intent is to have the
appropriate form open in the subform control.
Me.Controls("sfrmMain").SourceObject = strChoice where strChoice is the name
of the form I want inserted.
Of course, with administrative privelages it works great, but once I start
to reduce user privelages, and testing under those accounts I get the
following message:
Run-time error '2614' You don't have permission to insert this form into
another form.
Any suggestions or resolutions?
Thanx in advance