exporting database in a filter tempate

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi all,
i'm trying to export a table with a filtering but i didnt find any
solution beside building another table based on the relevant table and
to filter it.
is there a way to export database to excel and to filter without
building another table??
 
thread said:
Hi all,
i'm trying to export a table with a filtering but i didnt find any
solution beside building another table based on the relevant table and
to filter it.
is there a way to export database to excel and to filter without
building another table??

I am assuming you are talking about exporting data, not the database.

You can build a query and export the query.
 
yes but there isn't another way beside buliding another query?
Joseph Meehan כתב:
 
thread said:
yes but there isn't another way beside buliding another query?

Sure, you can do it in a form or a report as well.

Remember that the table is just a bucket of data. It does not keep it
in any specific order. It may appear to be in order, but that could change
tomorrow. If you want data in any specific order, you need to provide a
source (field) that can be sorted. Sorting can take place in queries, forms
and reports. If you do it once in a query, then you can use that as the
bases for both reports and forms.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top