I'm currently working on a db in access and need help with some VBA. I have a form that has more than 10,000 records. There's a button on the form that can search for a specific record by entering the userID. I wanted to know if there's a way of generating a spreadsheet from a specific record? So i want to be able to type userID, press search, find the record for that user, and then have a button to save the record as a spreadsheet in excel. I want to make individual spreadsheets of each user. So basically I will have more than 10,000 spreadsheets. I already have a way to search for specific users, now I just want to save their record as a spreadsheet as it comes up after I search it. Also, I want to format the spreadsheet to include a title and also include the unique userID of the user at the top. Please let me know if that's possible and how I should approach it. I would greatly appreciate it. Thank you! 