creating htm page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am trying to create a htm page so that people without MSAccess on their
computer can access the file. I have a table with the following columns
Country
Topic
Description of topic

One country can have multiple topic and therefore multiple description. I
don't know if this possible at all, but the htm page I have created is fine,
but I want to allow users to change the country and automatically the first
topic for that country will show;

Am I making any sense to you?
Thanks for your help
 
Hello,

I am trying to create a htm page so that people without MSAccess on their
computer can access the file. I have a table with the following columns
Country
Topic
Description of topic

One country can have multiple topic and therefore multiple description. I
don't know if this possible at all, but the htm page I have created is fine,
but I want to allow users to change the country and automatically the first
topic for that country will show;

Am I making any sense to you?
Thanks for your help

Sounds like you need a dynamic web page. Static html won't do this for
you.
 
Back
Top