G
Guest
I have a table with a certain number of records - say 4 records. A field
called Yr (year) has the following values in these 4 records:
1
3
4
8
If I wanted 10 records in this table, each numbered 1 to 10, how can I with
vba create those 6 missing records and have the Yr field numbered
appropriately?!
Seems ridiculously easy but I am really stumped. Suspect it has something
to do with setting up two nested for/next loops. Is there SQL that can
handle this without having to resort to recordsets?
Anyone care to prove to me how easy this should be!
Many thanks in advance
JW/
called Yr (year) has the following values in these 4 records:
1
3
4
8
If I wanted 10 records in this table, each numbered 1 to 10, how can I with
vba create those 6 missing records and have the Yr field numbered
appropriately?!
Seems ridiculously easy but I am really stumped. Suspect it has something
to do with setting up two nested for/next loops. Is there SQL that can
handle this without having to resort to recordsets?
Anyone care to prove to me how easy this should be!
Many thanks in advance
JW/