![]() |
| 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. |
|
|||||||
| Tags: contact, form, repeating, section |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Is it possible to create a repeating section in a custom contact form?
Specifically I would like to create an "open orders" page for each contact, that could be sync'd with an access database. Since the number of records would change everytime a "sync" occured, I would think I need something that could expand as needed. I dont think I would want to have to create extra custom fields via code to handle the extra lines of data. Some sort of scrolling region or something like that. Just guessing, but would a multi-column list box do the trick? |
| Ads |
|
#2
|
|||
|
|||
|
I've done it with a spreadsheet control, but that requires all users to have Excel and requires you to be able to publish the form to the Organizational Forms library, because it has a considerable code requirement. See http://www.outlookcode.com/d/spreadsheetcontrol.htm
A list box could also be an option, but again you'll have a big code requirement to get items into the list and save them to an Outlook property or properties so the information can be retrieved later. -- 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 "bwbob" wrote in message ... Is it possible to create a repeating section in a custom contact form? Specifically I would like to create an "open orders" page for each contact, that could be sync'd with an access database. Since the number of records would change everytime a "sync" occured, I would think I need something that could expand as needed. I dont think I would want to have to create extra custom fields via code to handle the extra lines of data. Some sort of scrolling region or something like that. Just guessing, but would a multi-column list box do the trick? |
|
#3
|
|||
|
|||
|
In article ,
=?Utf-8?B?Yndib2I=?= wrote: Since the number of records would change everytime a "sync" occured, I would think I need something that could expand as needed. I dont think I would want to have to create extra custom fields via code to handle the extra lines of data. Some sort of scrolling region or something like that. Just guessing, but would a multi-column list box do the trick? You can use Paste Special to put a live Access dataset on a form. Do a search at www.outlook-code.com or www.slipstick.com for an example. Hollis D. Paul [MVP - Outlook] Mukilteo, WA USA |
|
#4
|
|||
|
|||
|
All users have Excel, but this would be for our "mobile" users with laptops.
The idea would be for them to log onto the system (We have Exchange) and sync the data similar to downloading e-mails. Since all of their contacts are stored on the server, the actual data would be sync'd there. From the standpoint of the end user, all they would ever do would be 'read only'. Security issues and IT limitations prevent us from syncing Access databases on the laptops, and I am looking for a more automated solution than sending each user an Excel sheet, and having them search for the info there. If the sales orders are separated by customer, and they could just click on the "open orders" page, I might be able to train them. Perhaps a different solution based on VBA or Sharepoint would be easier. Our main business software is SQL based, so I have lots of options, just looking for easiest deployment and the least amount of training. Since everyone in our system is on the same platform, OS, SP's, etc, Outlook and Exchange work well for us. "Sue Mosher [MVP-Outlook]" wrote: I've done it with a spreadsheet control, but that requires all users to have Excel and requires you to be able to publish the form to the Organizational Forms library, because it has a considerable code requirement. See http://www.outlookcode.com/d/spreadsheetcontrol.htm A list box could also be an option, but again you'll have a big code requirement to get items into the list and save them to an Outlook property or properties so the information can be retrieved later. -- 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 "bwbob" wrote in message ... Is it possible to create a repeating section in a custom contact form? Specifically I would like to create an "open orders" page for each contact, that could be sync'd with an access database. Since the number of records would change everytime a "sync" occured, I would think I need something that could expand as needed. I dont think I would want to have to create extra custom fields via code to handle the extra lines of data. Some sort of scrolling region or something like that. Just guessing, but would a multi-column list box do the trick? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I setup customized/no pattern repeating meeting in Outlook? | Asiago | Outlook - Calandaring | 1 | February 22nd 06 09:04 PM |
| OL2003 - can you auto-fill a singel new contact form with online form data | TimR | Outlook - Using Contacts | 1 | February 15th 06 01:43 PM |
| How do i print out whole comments section in booklet | MHB | Outlook - Using Contacts | 1 | February 13th 06 05:00 PM |
| Insert a hyperlink to section of Word doc in an outlook message | nomad_grrl@yahoo.com | Outlook - General Queries | 0 | February 8th 06 05:07 AM |
| Make text in folders section bigger. | don | Outlook Express | 3 | January 25th 06 08:01 PM |