I have a database that has a lot of queries that require a parameter to run... The problem is that if you sort it at all from the datasheet it will make you put in the parameter twice. This database is used by a lot of people so there is no use in going in and clearing out the sorts since it will just get sorted again. Is there anything i can do in VBA to delete the sort before the queries are run? Or any other fix i am not thinking of? Thanks for the help!