E
Eddy Brauns
Hi,
This is my SQL-statement for January 2003:
SELECT mk_ttfgld012500.t_amnt_1
FROM mk_ttfgld012500
WHERE (((mk_ttfgld012500.t_nlac) Like " 70*") AND
((mk_ttfgld012500.t_year)=2003));
The last 2 digits (XX) of the field t_amnt_XX in the SQL-string represent a
period number ranging from 1 to 12.
Is it possible to change the field name "t_amnt_XX" in this SQL string using
VBA-code?
(MS Access97)
Eddy Brauns
This is my SQL-statement for January 2003:
SELECT mk_ttfgld012500.t_amnt_1
FROM mk_ttfgld012500
WHERE (((mk_ttfgld012500.t_nlac) Like " 70*") AND
((mk_ttfgld012500.t_year)=2003));
The last 2 digits (XX) of the field t_amnt_XX in the SQL-string represent a
period number ranging from 1 to 12.
Is it possible to change the field name "t_amnt_XX" in this SQL string using
VBA-code?
(MS Access97)
Eddy Brauns