R
rb608
I have a table wherein all of the data is separated into fields according to
its respective quarter of the year. That is, all data for the first
quarter of 2003 is in field name [2003:1]. That is a given; I didn't set
it up that way, and I can't change it.
What I want is to use an existing form where the user enters the year and
quarter number, and use the contents of those two text boxes to create the
appropriate field name in the Select statement of a query. (e.g.
concantenate 2003 and 1 to form the field name [2003:1].)
It seems to me this might be possible, but the syntax is beyond anything
I've done to date.
TIA,
Joe
its respective quarter of the year. That is, all data for the first
quarter of 2003 is in field name [2003:1]. That is a given; I didn't set
it up that way, and I can't change it.
What I want is to use an existing form where the user enters the year and
quarter number, and use the contents of those two text boxes to create the
appropriate field name in the Select statement of a query. (e.g.
concantenate 2003 and 1 to form the field name [2003:1].)
It seems to me this might be possible, but the syntax is beyond anything
I've done to date.
TIA,
Joe