Hi All -

Maybe I'm missing something (it's happened once or twice;-), but I'd love to
see something equivalent to VB's InputBox.

It allows the developer to pop up something similar to an YesNo_Box, except
that it allows user input. I'd see the code as something like "Move
(InputBox,"Please enter the date:") to dUserDate. BTW - why isn't this
"Get" instead of "Move"?

An InputBox obviously isn't an elegant way to get info (doesn't allow
formatting or validation at time of entry) , but it would be nice to have a
"quick & dirty" way - rather than have to set up a dialog, include it, etc.
etc.

Thoughts anyone?

Garret