Exporting Basics

  • Thread starter Thread starter Public
  • Start date Start date
P

Public

Hi,
I just want to begin exporting some data to Excel Sheet. I just want to know
the basics of it. I want to know if I want to export two text boxes in a form
to an Excel sheet (each textbox with its label is a line), how can I do that?

Regards
 
You don't export forms. You export either tables or queries. Most will
usually use queries to filter what records get exported.
To get the basics of exporting to Excel, see TransferSpreadsheet in VBA Help.
 
Back
Top