Hi, this is a real beginner question...I know some SQL but not Visual Basic.
Have a form frmReport with listbox lstReport, tried adding command button with wizard to open report, how do I tell the command button to "open report selected in lstReport"? The other databases I'm trying to learn from either have the button call [Event Procedure] and I wind up baffled in Visual Basic, or the button runs a macro like Open Report: [Forms]![frmReport]![lstReport] which I can't get to work either.
If there isn't a real beginner answer to this, I'm just going to build an Open command button for each report on the form..
Thanks for any tips you might have!
Kerry
Have a form frmReport with listbox lstReport, tried adding command button with wizard to open report, how do I tell the command button to "open report selected in lstReport"? The other databases I'm trying to learn from either have the button call [Event Procedure] and I wind up baffled in Visual Basic, or the button runs a macro like Open Report: [Forms]![frmReport]![lstReport] which I can't get to work either.
If there isn't a real beginner answer to this, I'm just going to build an Open command button for each report on the form..
Thanks for any tips you might have!
Kerry