View Full Version : manipulating listbox contents


Happy YN
02-28-2002, 04:33 AM
I have a list box which reads its list from a table containing names of reports. when the user selects the name of the report they can hit the command button to print it.
There is one report which although it is in the table, I do not want a user to see it in the list. How can I withhold it so it does not appear on the list?

David R
02-28-2002, 09:39 AM
I believe you can set a report to hidden. You might also consider setting a criteria on your rowsource for the listbox to exclude certain types of report names, then name your reports accordingly.

HTH,
David R