I have a form where there are textboxes and a bunch of dropdowns. I need to make the dropdowns repopulate with data when another is selected. This is all coming from a SQL Server database.
What i mean is, when a Part is selected in a dropdown, the data in the PO dropdown needs to be updated to match the PO's that are available for that part and so on.
The problem is, how do you do this without losing any data that has been entered?
David Kuhn
------------------
What i mean is, when a Part is selected in a dropdown, the data in the PO dropdown needs to be updated to match the PO's that are available for that part and so on.
The problem is, how do you do this without losing any data that has been entered?
David Kuhn
------------------