Hello,
On the UTILITIES page, add a command button.
Behind the command button on the 'On click' event, (tab 'events' in the properties of the command button)type the following:
Dim formname as string
formname = LSTFORMS.value
DoCmd.OpenForm formname, acNormal, , , acFormEdit, acWindowNormal...