TheRealDeal
Technical User
Is it possible to pass parameter values to a query that is not bound to a form or report? For instances, say I have a query and it has [Start Date] and [End Date]; can I DoCmd.OpenQuery "qrySomething", ...([Start Date] = a starting date) and ([End Date] = a ending date).