Drop Down Menus

M

Mj

I have created a drop down menu linked to an Access db, i
want to select a system form the drop down menu which will
then bring up a password in another box which i can delete
and then update -
any one know how to do this?
thanks
 
J

Jim Buyens

-----Original Message-----
I have created a drop down menu linked to an Access db, i
want to select a system form the drop down menu which
will then bring up a password in another box which i can
delete and then update - any one know how to do this?

This capability isn't built into FrontPage. You would have
to:

o Program it in ASP.
o Program it in ASP.NET.
o Give up on the drop-down list idea, and use pages
from the Database Interface Wizard instead.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top