I have a Macro with three openquery (three queries run one after the other), but I have to provide parameter for all three queries again and again, though the input parameters are the same. Any way out?
Usually I'll have a form where they enter the information once and then they click a button which will open a query that uses the information on the form.
Comment