I'm having some trouble getting popup forms to work properly. I have a main form that contains 4 fields that I want to fill in by using a series of 4 popup forms that I initiate by clicking a button. Each popup form has a save button that will save the data and open up the next popup form in the series. Each of the popup forms have a single combo box that looks at various tables to populate date into the main form. The problem I'm having is getting the series of popup forms to update the only the current main form record. No matter what I do, I haven't had any luck. Help, please!
I Hate My Popup Form Problems...Help!
Collapse
X
-
Well, the series of popups will be defined by the user. I'm designing a structure that will point to different popup forms depending on the input from the last. In actuality, I'll have more like 15 popup forms (If user selects A in popup1, it will go to popup5. If I select B in popup 5, I will go to popup 8, etc.). Does that make sense?Originally posted by RabbitWhy do you need popup forms? Why not have the comboboxes in the main form and bind them to the fields in the table?Comment
-
-
Thanks! I'll give it a shot and see how it goes.Originally posted by RabbitYou can do the exact same thing using one form by using Cascading Combo Boxes.Comment
Comment