D
Dave
I have a report that is relatively simple that I want to
dynamically populate one field of the report based on a
another key field of the same record of the report.
I tried setting the control source of the field that I
want to populate to a select statement that included the
key field in the report. i.e =(select text from table_a
where keyfield = Me!keyfield). It does not give me an
error when the report runs, but I just end up with #Name?
in the field that I want populated.
Is there a way to do this so that when the report runs and
values are returned in the key field, to at that time, do
a lookup in another table and populate a field in the
report.
Thanks,
Dave
dynamically populate one field of the report based on a
another key field of the same record of the report.
I tried setting the control source of the field that I
want to populate to a select statement that included the
key field in the report. i.e =(select text from table_a
where keyfield = Me!keyfield). It does not give me an
error when the report runs, but I just end up with #Name?
in the field that I want populated.
Is there a way to do this so that when the report runs and
values are returned in the key field, to at that time, do
a lookup in another table and populate a field in the
report.
Thanks,
Dave