Selected Report on

  • Thread starter Thread starter Nat
  • Start date Start date
N

Nat

I program a listbox to show all the reports that I have
in Access database, but actually I only need it to show
some certain report. What type of code that I would need
to change this scenario. please advise

Thank you,
Nat
 
I am assuming you got the list of report by reading the database properties
and not using a table. This list that is generate is only a list. The only
criteria you can put on this is checking the name with LIKE or NOT LIKE. If
you need something more sophistocated, you will need to create a table with
the names and then you can add other fields to set the criteria on.

Kelvin
 
Back
Top