prompting the user for data entry (quick and dirty)

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

What is the quickest way to prompt the user for some input (i.e. a
description) without having to create a new form and text box etc... for
this?

I just want to ask the user to enter a "reason description" : when they
click on a certain command button., I am then generating an email and
inserting the "text" they enter into the message body...

Is there not a quick and dirty way of doing this? and how would one code the
access to that?

Thanks,

Brad
 
Look at the Inputbox Function in the Help file to see if that satisfies your
needs.
 
Back
Top