export filtered records of a form to a new table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

Could anyone please help me as to how I can export filetred records of form
to a new table? Thanks.
 
"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.
 
Back
Top