M
markmarko
I am creating some reports, and I'd like to concatenate fields. Some of the
fields have the same name as fields from other tables used for the report,
therefore I'd like to use the format tblName.fieldName (as opposed to just
fieldName).
So, as far as I can tell, to enter more than 1 field with "&" in between,
the control source needs to begin with an =.
If I do so, and view the form, it asks for the parameter tblName. It's
apparently not seeing it as part of the field name. Any tips?
fields have the same name as fields from other tables used for the report,
therefore I'd like to use the format tblName.fieldName (as opposed to just
fieldName).
So, as far as I can tell, to enter more than 1 field with "&" in between,
the control source needs to begin with an =.
If I do so, and view the form, it asks for the parameter tblName. It's
apparently not seeing it as part of the field name. Any tips?