Y
Yair Sageev
I have a Projects.City field and a Project.State field. I'm trying to
center them on a report but it is not possible to do without merging them
into one field. Alone, they work perfectly, but when I merge them it doesn't
work
I tried setting the control source to
Projects.City & "," & Projects.State
But when I pop up the report from a button in a form, it prompts me for the
project, and I get #name? in the merged field on the report.
I think this should be simple to do. Thanks for the help.
center them on a report but it is not possible to do without merging them
into one field. Alone, they work perfectly, but when I merge them it doesn't
work
I tried setting the control source to
Projects.City & "," & Projects.State
But when I pop up the report from a button in a form, it prompts me for the
project, and I get #name? in the merged field on the report.
I think this should be simple to do. Thanks for the help.