How can we use the single button on the form to run multiple queries? I want to run multiple upend queries on single button click, where should I write quries and code?
I guess on way, that I can think of, would be to do a DoCmd.RunSQL and then put the SQL of your query after each one. You would have use the line in red for each query.