There is a place on my outline where, depending on your level of access, the correct form will open up. Let's say you have ColumbusRead access, then the form and view that should open is frmCol and vwCol. Or if you have DallasRead, frmDal and vwDal should open. Etc. How do I write that formula in my outline entry source? Thank you in advance for any help you can provide.
current formula which only shows the last form/view set no matter the permission setup:
@Contains("[Colombus]";@UserRoles);"vwAdminC/frmAdminC?EditDocument";@Contains("[Dallas]";@UserRoles);"vwAdminR/frmAdminR?EditDocument";"vwAdmin/frmAdmin?EditDocument"

How to do a source formula for an O... (Anthony M Mastr... 31.Jul.08)
. . 