CatManDave
MIS
I need to be able to dynamically populate a drop down box based on a selection from another drop down box on the same form. I cannot separate these onto two forms for asthetic reasons.
The first drop down box has three static choices (Project, Admin, Help Desk) and based on what the user selects, I populate the second form from a SQL table. Again, these boxes are side by side on a single form.
I searched the archives but could only find the "two form" solution that I am already familiar with but can't use. Does anyone have a working example of how to do this on a single form or a close example I could use?
Thanks in advance,
Dave
The first drop down box has three static choices (Project, Admin, Help Desk) and based on what the user selects, I populate the second form from a SQL table. Again, these boxes are side by side on a single form.
I searched the archives but could only find the "two form" solution that I am already familiar with but can't use. Does anyone have a working example of how to do this on a single form or a close example I could use?
Thanks in advance,
Dave