How to calculate the order in which the data was entered in many textboxes

R

Ravi

For exampl
Let us assume there are 3 textboxes bound to 3 different fields
These 3 textboxes automtatically get the value through automatic formula(summation of values from other textboxes
How to determine the order in which they got populated
If I know the order in which the textboxes got populated like first, second and third then I ca
write other events based on the order
Is this possible through only Arrays if so how?
 
S

Sue Mosher [MVP]

You can use the CustomPropertyChange event to test this.

FYI, there is a separate newsgroup for Outlook forms issues -- microsoft.public.outlook.program_forms.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 

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