user input

K

klnmis

This is hopefully an easy one to answer, but I cannot find what I am looking
for.
I have a function that writes data to a text file (makeflatfile). Can I get
the function to allow the user to enter a starting and ending range of
numbers? I would like the function to ask for the starting PO_nbr and ending
PO_nbr.
Thanks in advance.
 
R

Robert Morley

Creating a form is the "nicer" way to do it, but you can accomplish what you
want within the function using the InputBox() function.

I'll let you read the help file for it, rather than repeating all the same
info here, but if you need more help after that, post back to the NG, and I
or someone else will be glad to help.



Rob
 
Top