Sorry im reposting but I jacked my own thread all up.
So far I have come up with two ways to do this. One is the outputto command wich I can make the file save to a specific folder. The problem with that is all records are put into 1 pdf and I need just the current record im looking at. The other method is using open form with a where clause that only gives me my specific record that I need and I was trying to use docmd.runcommand accmdpublish fixedformat. But doing it this way I need to be able to skip dialogue box by telling it specifically where I want it saved. I kind of need a combination of the two. Any help would be greatly appreciated.