E
Edwin Knoppert
MDB, doing a max of a field which resultrs for example 12.
Now i want to simulate rows somehow (temptable?) with values 1 2 3 etc like:
1
2
3
4
5
6
7
8
9
10
11
12
It's all oledb asp.net 2, i'm not sure how to make such a temptable(memory
only) and fill this with 12 records via a query.
(This table is used in another query to make sure we have 12 periods, the
data we have might have period 1, 2, 10 etc.. but not all)
Thanks!
Now i want to simulate rows somehow (temptable?) with values 1 2 3 etc like:
1
2
3
4
5
6
7
8
9
10
11
12
It's all oledb asp.net 2, i'm not sure how to make such a temptable(memory
only) and fill this with 12 records via a query.
(This table is used in another query to make sure we have 12 periods, the
data we have might have period 1, 2, 10 etc.. but not all)
Thanks!