Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Input box format 1

Status
Not open for further replies.

smicro

MIS
Dec 26, 2002
281
US
I got code for report labels off of microsoft website and part of the code is follows:

Val(InputBox$("Enter Number of blank labels to skip"))
Val(InputBox$("Enter Number of Copies to Print"))

Does anyone know if there is a way to add a title to the input box? I didn't want to create a new form just so I could get the title, seeing if there was a quicker way. Thanks.
 
When I say title I mean replace the microsoft access title with a custom title. Thanks.
 
Code:
InputBox(Message, Title, DefaultValue)

Look in the VBA help for more info.


________________________________________________________
Zameer Abdulla
Help to find Missing people
All cats love fish but fear to wet their paws..
 
Great thanks Zameer! I will give it a look.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top