I have constructed a form that allows users to create custom queries. I would like to make these queries read-only. My normal method for making a query read-only is to set the recordset type property to 'snapshot', but I can't seem to be able to set this property programmatically. Any suggestions would be appreciated.