export filtered records of a form to a new table

R

ramon

Hello!

Could anyone please help me as to how I can export filetred records of form
to a new table? Thanks.
 
D

Duane Hookom

"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.
 
Top