|
Calling form
I have a form for entering transactions into a database. It will be called by two different forms, a checking form and a savings form. How do I know which form called up this form? Form.parent would only be for MDI forms, right? Do I have to make my own global variable to track this?
|