B
BigK9
I have a report based on a query that uses 2 tables. Table 1 has 2 fields:
an autonumber field that is the primary key and "field1" that is a list of
accounts. Table 2 has a field that is based on the "field1" of Table 1 as a
lookup field. The entire query uses Table 2 and another table that has
specific information for the report. Here is the problem. When I run the
query, it works perfectly and returns a text value from Table1;Field1. When
I run the report, it returns a numeric value for the Table1;Field1 box. I
need the text value.
an autonumber field that is the primary key and "field1" that is a list of
accounts. Table 2 has a field that is based on the "field1" of Table 1 as a
lookup field. The entire query uses Table 2 and another table that has
specific information for the report. Here is the problem. When I run the
query, it works perfectly and returns a text value from Table1;Field1. When
I run the report, it returns a numeric value for the Table1;Field1 box. I
need the text value.