R
Robert D. Young
Is there a way to look up a value at report time? For example, imagine two
tables:
1. People (custid, real name)
2. Phone Calls (custid1, custid2)
I would like to take a report that currently says
"custid1 called custid2"
and change it to
"Mr. Black called Ms. Jones"
Do I have to do this in a query, or can I set the data source somehow in the
report itself? If it's a query, how do you have both "real names" appear in
the results? I suppose I'll have to use a SQL statement since I can't image
how it would be done QBE style...
Thanks,
- Robert
tables:
1. People (custid, real name)
2. Phone Calls (custid1, custid2)
I would like to take a report that currently says
"custid1 called custid2"
and change it to
"Mr. Black called Ms. Jones"
Do I have to do this in a query, or can I set the data source somehow in the
report itself? If it's a query, how do you have both "real names" appear in
the results? I suppose I'll have to use a SQL statement since I can't image
how it would be done QBE style...
Thanks,
- Robert