I'm using a textbox to filter a subform, using the KeyUp event to refresh the query, and the space key won't respond. It will refresh the query, but immediately delete the space I just entered. I can trap the space key using the case is: (Case Is = 32 ' space) which allows me to type the space key and the space will show up.
HOWEVER, this does not refresh the query, so my subform is not further filtered until I type a letter. Is there a way to make the space key simply act like a normal letter key?
Thanks.
HOWEVER, this does not refresh the query, so my subform is not further filtered until I type a letter. Is there a way to make the space key simply act like a normal letter key?
Thanks.