Hi all,
If I want to prompt for several pieces of information like for example, a date, a last name, and an amount... and then return that input to the original form, what do I use to do that? Do I use a subform? Or an inputbox? For example, I imagine that what would happen when the button "Input" On Click event is run is a dialog form would open with 3 fields as above, the user would enter the information and click OK, then whatever they entered is available in the calling form to work with. I don't know if I need Public variables to do this or if it's even a form I open with some type of passable parameters.
Thanks,
Tom.
If I want to prompt for several pieces of information like for example, a date, a last name, and an amount... and then return that input to the original form, what do I use to do that? Do I use a subform? Or an inputbox? For example, I imagine that what would happen when the button "Input" On Click event is run is a dialog form would open with 3 fields as above, the user would enter the information and click OK, then whatever they entered is available in the calling form to work with. I don't know if I need Public variables to do this or if it's even a form I open with some type of passable parameters.
Thanks,
Tom.