maximo1970
ISP
I'm new to VBA and I'm creating a Database in Access 2000. I need to create a number of records automaticly, does anyone have any ideas on how I can do this. The set-up is :-
Two tables, one that will be manually populated with a number range, ie START = 0, FINISH = 99.
The code then needs to create a single record for each number in the range above.
So the end result would be.
Table 1
PORT START FINISH
192 1 3
Table 2
PORT ADDRESS
192 1
192 2
192 3
Any help would be great.
Cheers
Two tables, one that will be manually populated with a number range, ie START = 0, FINISH = 99.
The code then needs to create a single record for each number in the range above.
So the end result would be.
Table 1
PORT START FINISH
192 1 3
Table 2
PORT ADDRESS
192 1
192 2
192 3
Any help would be great.
Cheers