From: Benedykt on
Hello,

in Postgresql I can use function generate_series to create many rows:
http://www.postgresql.org/docs/8.1/static/functions-srf.html

Does MS Access has any similar function?
From: John W. Vinson on
On Tue, 4 May 2010 10:28:51 -0700 (PDT), Benedykt <psobolewski(a)fiokware.com>
wrote:

>Hello,
>
>in Postgresql I can use function generate_series to create many rows:
>http://www.postgresql.org/docs/8.1/static/functions-srf.html
>
>Does MS Access has any similar function?

Not explicitly but it would be easy enough to write one; open a recordset and
use a DO loop to write multiple records.
--

John W. Vinson [MVP]