Hi,
I am using a form (Form_cus) to display records of a table (Table_cus) through a query (qry_cus).
I want to filter the records based on field (cus_nm) value typed in a text box on the form.
What should be the VB code in the "on change" event so that it displays the records based on cus_nm value(text) I type in the text box.
regards
I am using a form (Form_cus) to display records of a table (Table_cus) through a query (qry_cus).
I want to filter the records based on field (cus_nm) value typed in a text box on the form.
What should be the VB code in the "on change" event so that it displays the records based on cus_nm value(text) I type in the text box.
regards