G
Guest
Hiya
I am getting #error and #name? errors on my report. If anyone could help me
out with either of these I would really appreciate it. Details are below
Thanks very much for your help!
#error
the report is linked to a query, and contains text fields to display each
row of the query,
eg Controlname = TxtSoftware, CountrolSource: Software (the field in the
query) At the bottom I have a "totals" row:
ControlSource = Sum([Software])
I have also tried ControlSource = sum([TxtSoftware]) but in both cases I get
#error displayed!
#name?
The report is linked to a query, but I want a field that does a count of
rows from a different table. so, control source = Select count(*) from tbl1
where Software = 5.
However i get a 3name? error!!
Im very confused!
I am getting #error and #name? errors on my report. If anyone could help me
out with either of these I would really appreciate it. Details are below
Thanks very much for your help!
#error
the report is linked to a query, and contains text fields to display each
row of the query,
eg Controlname = TxtSoftware, CountrolSource: Software (the field in the
query) At the bottom I have a "totals" row:
ControlSource = Sum([Software])
I have also tried ControlSource = sum([TxtSoftware]) but in both cases I get
#error displayed!
#name?
The report is linked to a query, but I want a field that does a count of
rows from a different table. so, control source = Select count(*) from tbl1
where Software = 5.
However i get a 3name? error!!
Im very confused!