in the middle of figuring this one out, but i thought i’d pass it by the loungers…
What i want to do is, using Access, create a procedure that creates a new, archive-ready access db and load that created db into SQL Server. this would be a nice win as the archived dbs wouldn’t be hanging out in some file server somewhere. if it has to be written to a directory first, that’s ok – i’d just build in some delete routine.
I’ve previously implemented file uploading in ASP so there’s probably a solution out there. the process should be invisible to the user and would happen based on some user action. (Actually, a lot of things will happen when the button is clicked.)