I have an Access 2000 database on a network drive that is used by several people. This database has a single report which each person uses to print their own data. But the users would also like to save a snapshot of their report. I could add a button on the main form that would run a macro which uses the OutputTo action to save a snapshot. I could even specify a common save location on their individual hard drives (e.g. C:\My Documents). But every filename would be the same. Is there any way to give the users the ability to name the output file (and path) when they save it?