Perhaps we are not understanding your terminology... what do you mean by
"pull-down list" in a table?
If you click Filter by Form, and then click into any of the fields, there is
a drop down arrow allowing you to view the values as options with which to
filter the data.
However, the new table I created only shows IS NULL, IS NOT NULL as the two
options in the drop down list. The values within that field are not showing.
> Perhaps we are not understanding your terminology... what do you mean by
> "pull-down list" in a table?
[quoted text clipped - 33 lines]
> >> > How do I set up my table so that I can filter for data in ANY of the
> >> fields?
Ken Snell [MVP] - 05 Apr 2005 15:07 GMT
The "Is Null" / "Is Not Null" are the only choices for a memo field. To get
the actual values to show in the dropdown list, the field must be a number
or text (<= 255 characters long) or date or other field type (just cannot be
memo).

Signature
Ken Snell
<MS ACCESS MVP>
> If you click Filter by Form, and then click into any of the fields, there
> is
[quoted text clipped - 52 lines]
>> >> > How do I set up my table so that I can filter for data in ANY of the
>> >> fields?
Ken Snell [MVP] - 05 Apr 2005 15:16 GMT
And, as Rick Brandt notes in a separate thread, the table must be a local
table. If it's a linked table, then you'll see just the "Is Null" / "Is Not
Null" choices, no matter what type the field is.

Signature
Ken Snell
<MS ACCESS MVP>
> The "Is Null" / "Is Not Null" are the only choices for a memo field. To
> get the actual values to show in the dropdown list, the field must be a
[quoted text clipped - 58 lines]
>>> >> > the
>>> >> fields?
Donna - 05 Apr 2005 15:35 GMT
I seem to be running out of luck since this is a new table that is not linked
with other tables. The only other thing I can mention is that the data is
exported from another software program into this table. But the fields are
all set up as text fields, or date/time field.
> And, as Rick Brandt notes in a separate thread, the table must be a local
> table. If it's a linked table, then you'll see just the "Is Null" / "Is Not
[quoted text clipped - 62 lines]
> >>> >> > the
> >>> >> fields?
Ken Snell [MVP] - 05 Apr 2005 15:43 GMT
Linking does not mean "linked with other tables". Linking means that the
table is in a different ACCESS file, and you're gaining access to the data
through an ACCESS database file that links to that different ACCESS file.
Go to the database window for the file that you're using to try to do this
filtering. Next to the table name (the table that you're trying to filter),
is there a right-pointing black arrow? If yes, then the table is a linked
table -- meaning that your database file is linked to the table, and that
the table is not physically located within the database file that you have
open.

Signature
Ken Snell
<MS ACCESS MVP>
>I seem to be running out of luck since this is a new table that is not
>linked
[quoted text clipped - 83 lines]
>> >>> >> > the
>> >>> >> fields?
Donna - 05 Apr 2005 20:57 GMT
The table is not linked. I believe I figured out how to get the values
however.
When you said the fields needed to be text, date, etc. (OTHER than Memo) I
looked at the other options in the type of field I could apply. At the
bottom of the list was a Lookup Wizard option.
Upon going through the Lookup Wizard I realized I could create other tables
that could hold many of the values that could be options in each field for
filtering. Some of these tables are already created if not all of them, so
the previous table must have been created using the same Lookup Wizard.
When the Lookup Wizard is opted, there is no indication in the Design View
that is was used as part of the design.
Hope that helps anyone else attempting to do the same thing. And I hope
that truly is my answer to my problem. Just thought I'd share what I found.
> Linking does not mean "linked with other tables". Linking means that the
> table is in a different ACCESS file, and you're gaining access to the data
[quoted text clipped - 93 lines]
> >> >>> >> > the
> >> >>> >> fields?
Donna - 05 Apr 2005 15:27 GMT
The fields are all text fields, so not sure why this is happening. According
to your reply it should be. This is what is frustrating the daylights out of
me!
> If you click Filter by Form, and then click into any of the fields, there is
> a drop down arrow allowing you to view the values as options with which to
[quoted text clipped - 40 lines]
> > >> > How do I set up my table so that I can filter for data in ANY of the
> > >> fields?