Change the phone selector fields on open

K

kghammond

Hello,

We are trying to make a custom form that defaults to using the
following phone selectors:

Company
Business
Mobile
Fax

I tried the following using the script code in form designer, but i am
having mixed results.

Function Item_Open()
Item.UserProperties("Phone 1 Selector") = 0
Item.UserProperties("Phone 2 Selector") = 2
Item.UserProperties("Phone 3 Selector") = 4
Item.UserProperties("Phone 4 Selector") = 5
End Function

Can anyone shed some light on the correct way to do this, or a better
solution to accomplish our goal?

Thank you,
Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top