Event Procedure to filter records on a form

verdes

Registered User.
Local time
Today, 07:44
Joined
Sep 10, 2012
Messages
49
I have an unbound text box (in the header) that I want to use to filter records on a split form.

I want the user to enter a number in the textbox and have the form return records that match the number. The filtered field is a number in my database. I don't want to use a combo box.

I want to have an ON Change event procedure that sets Me.Filter. I can't get the syntax correct to pass the textbox value.

Any help you give will be appreciated. I'm usning MS Access 2007.
 

Users who are viewing this thread

Back
Top Bottom