It works on a numeric field because there are no delimiters. For text
fields, you enclose the value in single or double quotes. For date fields,
you enclose the value in #.
Me.Filter = "[ITResource_LName]='" & Me![tbITResource_LName] & "'"

Signature
Dave Hargis, Microsoft Access MVP
> I am using an on Double Click event to filter based on the current value on
> that field. It works when I use it on a number field:
[quoted text clipped - 11 lines]
>
> Zag
szag - 21 Dec 2007 15:18 GMT
It worked. Thanks a ton!
>It works on a numeric field because there are no delimiters. For text
>fields, you enclose the value in single or double quotes. For date fields,
[quoted text clipped - 7 lines]
>>
>> Zag