T
Tommy T
I have a report based on query... good so far right? Well I have 3 fields
that MAY or MAY NOT have text values in them so for clarity sake I created a
txtBoxState = field1 & ", " & field2 & ", " & field3. I know this is a text
string. When the report prints the primary key(numeric) instead of the
Description which is text (e.g. 3000, 4000, 7000). How can I create a
function or control field that will print = description1 & ", " &
description2 & ", " & description3 (e.g. Maine, Massachusetts, Michigan)?
Thanks in Advance.
Tommy T.
that MAY or MAY NOT have text values in them so for clarity sake I created a
txtBoxState = field1 & ", " & field2 & ", " & field3. I know this is a text
string. When the report prints the primary key(numeric) instead of the
Description which is text (e.g. 3000, 4000, 7000). How can I create a
function or control field that will print = description1 & ", " &
description2 & ", " & description3 (e.g. Maine, Massachusetts, Michigan)?
Thanks in Advance.
Tommy T.