Creating temp files

  • Thread starter Thread starter smde
  • Start date Start date
S

smde

Does anyone have any information on creating an indexed
temp file on the client using Access and VB (ASP - IIS)?

I appreciate all responses.

thanks
Michael
 
The only thing I can think of to create an Indexed temp file would be to create an mdb
file as the temp file. You could create a table in it with indexes on the appropriate
fields and link the table to your current database. Remove the link and delete the temp
database when you are done.
 
Back
Top