Custom Form

Y

Yashr

I have a user who wants to have value list displayed for Enterprise text
field in a Custom form. Is this doable? I see only 'Fields' when I go to
create a Cutom form. Or does this need VBA?

Thanks
Yashr
 
J

Jack Dahlgren

You are correct that the custom forms can not display value lists. I find
custom forms to be almost useless.

If you want this capability and a non-modal form as well, you will need to
create a userform using VBA.

Even VBA userforms are somewhat limited, so if you really want to make
something useful I'd recommend developing a project add-in.

-Jack Dahlgren
 
Top