Unknown Action Query

jasmjohn

New member
Local time
Today, 06:04
Joined
Jun 25, 2014
Messages
2
Is there a way to tell what an action query does just by looking at it?
 
Hello jasmjohn, Welcome to AWF :)

You mean from the Query window? It is possible. The symbols are quiet self explanatory.
 
Thanks,

This query was designed by someone else, and I am trying figure out what it will do in my database before I run it.

I was thinking maybe there would be some clues in the design view?
 
Well if you get the SQL, we can get that easily,

picture.php


Or if you recognize the symbols you should be good to go too.

attachment.php
 

Attachments

  • queryTypes.png
    queryTypes.png
    6.1 KB · Views: 124
in the database window you can quite easily tell if its an append or delete or create table AQ.

Same in design window, you can see by what "button" is pressed what it does.
If its an append or create table AQ you can click the button to find where it will add/create the table.
 

Users who are viewing this thread

Back
Top Bottom