How do I move a query to another computer in the office?

I

Igor

My boss has an involved query on her computer I would like to use on mine
without recreating it.
 
M

[MVP] S.Clark

Open the query in design view
Choose View / SQL from the main menu
Copy the code
Paste in an email. Send to yourself

On your computer, create a new query
Choose View / SQL from the main menu
Paste the code.
 
Top