Greetings,
I am using Dreamweaver CS3 to design an ASP page that contains a Record Insertion Form. Within this form are two list/menu form fields that I would like to "synchroniz e". In other words, let's say I have two menus: one where the user selects "Calendar Quarter" and a second for selecting "Calendar Month". If the user selects "Q1" from the first menu, then the second menu is requeried and "refreshed" to show only the months "Jan.", "Feb". and "Mar."
I know how to do this using VisualBasic for MS Access forms but am not sure how to accomplish this for ASP.
Any advice or suggestions would be most welcome.
- JM
I am using Dreamweaver CS3 to design an ASP page that contains a Record Insertion Form. Within this form are two list/menu form fields that I would like to "synchroniz e". In other words, let's say I have two menus: one where the user selects "Calendar Quarter" and a second for selecting "Calendar Month". If the user selects "Q1" from the first menu, then the second menu is requeried and "refreshed" to show only the months "Jan.", "Feb". and "Mar."
I know how to do this using VisualBasic for MS Access forms but am not sure how to accomplish this for ASP.
Any advice or suggestions would be most welcome.
- JM
Comment