Better to use a form field or database?

C

Chris

I'm developing a custom form and I need lots of user-defined fields. What is
the best way for me to store these - as fields in the form or in a database
that the form reads and writes to?

How does Outlook store the fields anyway?
 
S

Sue Mosher [MVP-Outlook]

Outlook stores data in custom properties with the other data in each item. If you want users to be able to search on your fields and display them in views, you must use Outlook properties. If, on the other hand, "lots" means that you would have more than 32k of data per item (without counting the item body), then storing at least some data in a separate location would be an appropriate solution.
 

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