A Logic Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a logic question. If I write an expression along the lines of "look
at the value in this table, and based on it, display the value from this
query." Is this possible?

Thanks.
 
Robert said:
I have a logic question. If I write an expression along the lines of
"look at the value in this table, and based on it, display the value
from this query." Is this possible?

Thanks.

It's a broad question so I will give a broad answer.

Yes.

I would add that the idea of "look at the value in this table" is fairly
nonsensical since a table can contain many columns and many rows thus an
indefinite number of "values". You would need to specify which field in which
record you want to examine. Similarly. "the value from this query" is also too
ambiguous to have any real meaning.

You'll need to define the problem-space a bit more clearly.
 

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

Similar Threads


Back
Top