Location field

  • Thread starter Thread starter Techtrainer
  • Start date Start date
T

Techtrainer

I have successfully created my own appointment form. It works well except
when I enter design mode, I cannot change any of the properties on the
"Appointment" tab.

What I need to know is how if possible can I change the properties of the
"location" field to remember more than 10 (or whatever the current maximum
is) because I have many locations I go to and I am tired of having to keep
re-entering locations after they spill off the list.

Please help and Thanks in advance
BV
 
The MRU list is managed by Outlook and limited to 10 (I think) items. In any
case, it's not exposed to developers, and the main page of the appointment
form is not editable. You could hide that page and build your own first
page, but that would be a huge amount of work. Maybe a middle ground would
be to add a custom page with a combo box or list box displaying the Location
property, where you could maintain your own list.
 
Back
Top