Filter

  • Thread starter Thread starter J
  • Start date Start date
J

J

I have a report that I want to filter out certain records when the user
enters a specific number of a field in a table. So far I'm at the
point where I can enter in which value that I would like to filter when
I open the report. The big problem at the moment is that no matter
which number that I enter, the report brings back all records within
the table even if the records don't have any values entered in. Any
help with my filtering problem would be greatly appreciated.
 
I just want to use the value that I enter to search through the table
and create a report based on all fields that have that particular
number under the field name.
 
I understand that. However, you said "So far I'm at the point where I can
enter in which value that I would like to filter when
I open the report. The big problem at the moment is that no matter which
number that I enter, the report brings back all records within the table
even if the records don't have any values entered in."

How are you determining what number to use, and how are you trying to open
the report? In other words, show us the code you're using.
 
Back
Top