F
Flintstone
I have a crosstab query I am using for a report. The problem is that I
would like to merge 3 columns into one.
Query results:
Date Electricity Tel Garden
1.1.2006 100.00
1.1.2006 10.00
1.1.2006 60.00
Report should display:
Date Electricity Garden
1.1.2006 100.00
1.1.2006 10.00
1.1.2006 60.00
In other words the Tel and Electricity fields should be merged into the
Electricity field.
I expect I can do this with a statement in control source but I have
not been able to work out how. I have tried typing =IIf([Gem] > 0,
[Gem], Null) to start doing this but as soon as I leave the Control
Source field I receive an error stating that 'The method you entered
contains invalid syntax'.
I am using Access 2003 ... Does anybody know what I need to do?
would like to merge 3 columns into one.
Query results:
Date Electricity Tel Garden
1.1.2006 100.00
1.1.2006 10.00
1.1.2006 60.00
Report should display:
Date Electricity Garden
1.1.2006 100.00
1.1.2006 10.00
1.1.2006 60.00
In other words the Tel and Electricity fields should be merged into the
Electricity field.
I expect I can do this with a statement in control source but I have
not been able to work out how. I have tried typing =IIf([Gem] > 0,
[Gem], Null) to start doing this but as soon as I leave the Control
Source field I receive an error stating that 'The method you entered
contains invalid syntax'.
I am using Access 2003 ... Does anybody know what I need to do?