Hi.
I would like to select a specific form or report, based on a combo box and then have that form or report opened on a click event.
I have a FormName table that lists forms and reports for that a user can do data entry or view the form/report.
I have a FormMain that has cboFormName combo box. Combo box: IDFormName, FormNameForUser, FormName. The FormName is the actual form name.
On FormMain, there is a FormToOpen text box, to which the value is set as: =[cboFormName].[Column](2)
My question: how do I use a command button to open the form or report displayed in the FormToOpen text box?
I appreciate any help.
I would like to select a specific form or report, based on a combo box and then have that form or report opened on a click event.
I have a FormName table that lists forms and reports for that a user can do data entry or view the form/report.
I have a FormMain that has cboFormName combo box. Combo box: IDFormName, FormNameForUser, FormName. The FormName is the actual form name.
On FormMain, there is a FormToOpen text box, to which the value is set as: =[cboFormName].[Column](2)
My question: how do I use a command button to open the form or report displayed in the FormToOpen text box?
I appreciate any help.