O
Olot
I'm importing names for a mailing list to be mailed out
and after I import the file, I'd like to run an (update
query?) that assigns a sequential number to each record.
I've been using autonumber but it is too labor
intensive. My number field needs to be 5 digits and
starts with 10001. (So I have a table created blank with
the autonumber ready to start at 10001 and just import
the names)
Obvoiusly I'm a novice in the programming department, but
I'd still like to create an easier way. I can put the
10001 value in another table that can be used to lookup
the starting point, "MailListID" is the field that links
to the table that has the MailList details.
Any help would be appreciated, using vb code would
require you telling me where to place it and run it...
doh!
and after I import the file, I'd like to run an (update
query?) that assigns a sequential number to each record.
I've been using autonumber but it is too labor
intensive. My number field needs to be 5 digits and
starts with 10001. (So I have a table created blank with
the autonumber ready to start at 10001 and just import
the names)
Obvoiusly I'm a novice in the programming department, but
I'd still like to create an easier way. I can put the
10001 value in another table that can be used to lookup
the starting point, "MailListID" is the field that links
to the table that has the MailList details.
Any help would be appreciated, using vb code would
require you telling me where to place it and run it...
doh!