add expression field to query

M

mcnewsxp

how do you add a temp field to a query?

i need to add a yes/no field to a query.
i think i got the yes/no part.
just need to know how to use the AS keyword to make it work.
so far all get is a prompt for a parameter.

thanks,
mcnews
 
J

John Spencer (MVP)

You cannot add a non-existent field to a query. You can add a calculated value
to a query.

In other words, if I understand your request, you cannot do what you are asking.
 
M

mcnewsxp

i think i discovered that.
don't know why i thought you could.

thanks for verification.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top