C
Claudette Hennessy
I tried to create a States lookup table by using variations of
INSERT INTO states (name,abbrev) Values ( Alabama', 'AL');
INSERT INTO states (name,abbrev) Values ( 'Arkansas', 'AK');
from a code example on the web which works in MYSQL, etc. Finally I copied
the information from the PO webpage, loaded it into an Excel table, and
imported the table into Access, taking about 5 minutes total.
Is there a more elegant way of inserting data which is not already in a
table?
Just curious,
Claudette Hennessy
INSERT INTO states (name,abbrev) Values ( Alabama', 'AL');
INSERT INTO states (name,abbrev) Values ( 'Arkansas', 'AK');
from a code example on the web which works in MYSQL, etc. Finally I copied
the information from the PO webpage, loaded it into an Excel table, and
imported the table into Access, taking about 5 minutes total.
Is there a more elegant way of inserting data which is not already in a
table?
Just curious,
Claudette Hennessy