Create a table of 1 column for integers 1 to 2000

Mel_P

Registered User.
Local time
Today, 22:26
Joined
Mar 13, 2009
Messages
11
This should be simple but brain dead!

In the end I used Excel and typed 1, 2, 3, 4 etc and stretched it to 2000 rows and pasted it into Acess.

What is the SQL in Access to create a single column table of integers please?

INSERT INTO..... ???

Thanks, Mel :confused:
 
Excel by far is the easier solution for this though :) Then copy paste and done.
 
Look at "Demo1To2000A2000.mdb" (attachment,zip).
Look at Query1, Module1, Form1 (vba).
Not to do it twice.
Do it only via Form1 (IMPORTANT).
Open form1 and try.
 

Attachments

Look at "Demo1To2000A2000.mdb" (attachment,zip).
Look at Query1, Module1, Form1 (vba).
Not to do it twice.
Do it only via Form1 (IMPORTANT).
Open form1 and try.

Thanks - a bit more complex!

Excel was easier !!!!:D
 

Users who are viewing this thread

Back
Top Bottom