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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listbox Format 1

Status
Not open for further replies.

dynamictiger

Technical User
Dec 14, 2001
206
AU
I am using a list box to return contact details. Is it possible to have the listbox format each line to the appropriate mask for each number?
 
Yup. Use the format command in the rowsource of the listbox. You'll have to do each one manually. The mask you refer to is an "input mask", and it only acts when you're inputing the data.

As an aside, I generally find that users hate input masks, so I never use them.

Jeremy

==
Jeremy Wallace
AlphaBet City Dataworks
Access Databases for Non-Profit Organizations

Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top