bgibsonIYD
Technical User
I have several reports that I feel go into different categories. I want to use a tab format on a form to separate them into their categories. I would like each tab to have a list box and in that list box I would like to have a list of reports in that category that can be opened. I tried entering:
SELECT Name FROM msysobjects WHERE (((msysobjects.Type)=-32764))
into the RowSource property of the list box, but is showed ALL of my reports, and I only want it to show certain ones.
Can anyone help? Beth
**Learning Access**
SELECT Name FROM msysobjects WHERE (((msysobjects.Type)=-32764))
into the RowSource property of the list box, but is showed ALL of my reports, and I only want it to show certain ones.
Can anyone help? Beth
**Learning Access**