Duane.
I have created a listbox that lists all my reports by using this code in the
source row:
SELECT [Name] FROM MsysObjects
WHERE (([Type] = -32764) AND ([Name] Not Like "~*") AND ([Name] Not Like
"MSys*"))
ORDER BY [Name];
I have read and understand what the code above does. But, how can I get the
listbox to list only a selected group of reports - I am totally stuck. I
thought I could put something in the description field for the reports I want
listed and then get the above query to display only those where the
description matches the criteria in the description field but that did not
work.
Regards
Anthony
Duane said:
1) How do I go about creating this table?
a the same way you create any table
2) Have you listed the fields for the table?
a Yes
3) What if I only want to show selected reports ...?
a You set the list box properties to display the title field rather than
the report name
[quoted text clipped - 22 lines]