fredzeppelin
Technical User
I have a form with 2 controls.
A combo box that has a row source in a table, nothing fancy, just the only field, all records.
A continue button. The on-click event is set to basically no-op.
When I open the form programmatically, it opens, and doesn't wait for any events, it just returns control to the caller.
What could cause the form to not wait for input?
It worked yesterday, .....
Is there a better way?
I want to open the form, pick from the combo box, click continue, 'return' back to the calling code while leaving the form open (so I can pick off the contents of the combo box later). Then close the form later from the calling code.
If there's a Faq or thread, point the way. I had no idea what key words to search on
.....brad
A combo box that has a row source in a table, nothing fancy, just the only field, all records.
A continue button. The on-click event is set to basically no-op.
When I open the form programmatically, it opens, and doesn't wait for any events, it just returns control to the caller.
What could cause the form to not wait for input?
It worked yesterday, .....
Is there a better way?
I want to open the form, pick from the combo box, click continue, 'return' back to the calling code while leaving the form open (so I can pick off the contents of the combo box later). Then close the form later from the calling code.
If there's a Faq or thread, point the way. I had no idea what key words to search on
.....brad