Split a Table in Files

  • Thread starter Thread starter Armando
  • Start date Start date
Hi:

I want to split a table in files according to my key
field, is it possible?

Could you explain? What kind of "files"? Do you want to export the
data from Access into text files (which you can do by creating Queries
and using File... Export), or create multiple identical tables within
Access? If the latter... you do NOT want to do this; it's bad design
and is neither necessary nor beneficial, since you can just create a
Query using your key field to display a subset of the data.
 
Back
Top