drop down box list help

P

Paul Milner

Hi
Can you copy the values of a drop down box from Frontpage
2003 into a drop down box in a form in access 2003.
for example, I have a drop down box in a frontpage form
that lists all the countries of the world, can I import
this list into an access drop down box
Thankyou
 
J

John Nurick

Hi Paul,

If you look in the code behind the dropdown you'll find the list of
countries. Copy and paste this into a text file and then edit it to get
rid of all the HTML stuff before importing.

But it may be simpler to find a list on the internet. IIRC if you search
for
ISO 3166 country codes
you'll find quite a few.
 
Top