php/mysql form and menu/list how to put selection into field
Posted: Thu Feb 17, 2005 1:54 pm
I have forms that I want to automate for faster entry ie: if state field could choose from a table of states (which i have done with a list control pointing to another table) how to get the selection into the state field on the form befor post. I want the selection from the menu/list box to insert the selection into the appropriate field on the form.