A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

form with variable/flexible input textbox



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 5th 06, 11:06 AM posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
David Chang
external usenet poster
 
Posts: 3
Default form with variable/flexible input textbox

Hi I am drafting an outlook form for our HR people (Please don't ask me why
we use outlook for this purpose). This form requires the HR person to enter
employees' information. (The number of employees can change from time to
time.) Since each employee's info will take a lot of space, so I would like
to find out if there's a way to automatically expand the number of fields
for this purpose.

For example:

Outlook form

Field1 - Field10 : for 1st employee
Field11-Field20 : for 2nd employee

When the HR person finishes entering Field20, Field21-Field30 will show up
for the user to fill up. Field31-Field40 will show up after the user
finishes entering info for Field30.

Is it possible to do something like this?

Your help will be greatly appreciated.

David


  #2  
Old December 5th 06, 02:13 PM posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default form with variable/flexible input textbox

Dynamically adding controls to an Outlook item is an excellent way to
one-off the form. You also have to be careful about too many controls on a
form, that can cause corruption and data loss and in extreme cases can cause
Outlook to just vanish from memory. Use fewer than 100 controls to be safe.

You can create your controls on tabs (a tabbed control) and make the tabs
visible as needed.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"David Chang" wrote in message
. ..
Hi I am drafting an outlook form for our HR people (Please don't ask me
why
we use outlook for this purpose). This form requires the HR person to
enter
employees' information. (The number of employees can change from time to
time.) Since each employee's info will take a lot of space, so I would
like
to find out if there's a way to automatically expand the number of fields
for this purpose.

For example:

Outlook form

Field1 - Field10 : for 1st employee
Field11-Field20 : for 2nd employee

When the HR person finishes entering Field20, Field21-Field30 will show up
for the user to fill up. Field31-Field40 will show up after the user
finishes entering info for Field30.

Is it possible to do something like this?

Your help will be greatly appreciated.

David



  #3  
Old December 5th 06, 01:29 PM posted to microsoft.public.office.developer.outlook.vba,microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default form with variable/flexible input textbox

You would have to design all the fields you need into the form before you publish it. A better design would be one employee per item.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"David Chang" wrote in message . ..
Hi I am drafting an outlook form for our HR people (Please don't ask me why
we use outlook for this purpose). This form requires the HR person to enter
employees' information. (The number of employees can change from time to
time.) Since each employee's info will take a lot of space, so I would like
to find out if there's a way to automatically expand the number of fields
for this purpose.

For example:

Outlook form

Field1 - Field10 : for 1st employee
Field11-Field20 : for 2nd employee

When the HR person finishes entering Field20, Field21-Field30 will show up
for the user to fill up. Field31-Field40 will show up after the user
finishes entering info for Field30.

Is it possible to do something like this?

Your help will be greatly appreciated.

David


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
designed a form, text entered in textbox is not saved JoPetti Outlook - Using Forms 11 October 10th 06 09:06 PM
Passing variable to the To field Matthew Brewer Outlook and VBA 1 June 9th 06 05:38 AM
cant overtype on custom form textbox Sydney Outlook - Using Forms 18 April 7th 06 04:58 AM
Outlook appointment Reminder needs to be flexible. Don Arsenault Outlook - Calandaring 1 April 5th 06 06:32 AM
Cannot open a form if input spreadsheet thtsps Outlook - Using Forms 5 February 7th 06 03:45 PM


All times are GMT +1. The time now is 11:21 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.