wintergreen Posted November 23, 2009 Posted November 23, 2009 Is there a way to concatenate 2 value lists? For example, I want to have one value list derived from a field (call it "account name") Then I want to be able to append a value list with hard-coded values, such as "Add new account…" The only place I want this for is on a popup menu on a layout. The only way I can think of is to create a dummy record with the hardcoded value, but then it'll have to be hidden everywhere else, which seems like rather a lot of work.
TheTominator Posted November 23, 2009 Posted November 23, 2009 (edited) Create a (stored) calculated field in the same table as "account name" that consists of account name & "¶" & "Add new account..." Append as many new entries as you want on new lines. Use this field to generate your value list instead of "account name". Edited November 23, 2009 by Guest
wintergreen Posted February 8, 2010 Author Posted February 8, 2010 Thanks Tom (sorry it took me so long to post a reply…) Also discovered that this is possible quite easily via the ScriptMaster plugin.
Recommended Posts
This topic is 5402 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now