I set up a query originally to use form fields
form!<formname>!<formfield> to allow me to use passed values into the docmd.transferSpreadsheet ... because this query was fairly generic to the functionality I decided to convert it to a true parameter Query for use with recordsets ... the problem now is how do I pass the parameters into the transferSpreadsheet? Do I need to maintain a query for both types of output?
form!<formname>!<formfield> to allow me to use passed values into the docmd.transferSpreadsheet ... because this query was fairly generic to the functionality I decided to convert it to a true parameter Query for use with recordsets ... the problem now is how do I pass the parameters into the transferSpreadsheet? Do I need to maintain a query for both types of output?