"export" suggests the records are going to an external file. "new table"
suggests a table in the existing mdb file. I think you need to create a make
table query and use a criteria in one or more columns like:
Form!frmYourForm!txtYourTextBox
If this doesn't work, come back with more complete information about your
records and form.

Signature
Duane Hookom
MS Access MVP
> Hello!
>
> Could anyone please help me as to how I can export filetred records of
> form
> to a new table? Thanks.