JenniferScharpe
7 years agoQrew Member
Display text from a multiple choice field directly on a Formula URL button.
I have created a formula URL button that takes me to a different form for updating information such as status, etc. But I would like the button to display the text results from a multiple choice (complete, canceled, Open, etc) field that is in the same table. I have created a formula text field and used the following formula...
"<a class='Vibrant Success' href='" & [Update Status_Facilities]& "'>"&[Facilities_Status]&"</a>"
And this is the formula i am using for my button
URLRoot() & "db/" & Dbid() & "?a=er&key="&[Record ID#]&"&dfid=14"
but this is not working. Sure i am missing something? Any help would be greatly appreciated?
Thank you
"<a class='Vibrant Success' href='" & [Update Status_Facilities]& "'>"&[Facilities_Status]&"</a>"
And this is the formula i am using for my button
URLRoot() & "db/" & Dbid() & "?a=er&key="&[Record ID#]&"&dfid=14"
but this is not working. Sure i am missing something? Any help would be greatly appreciated?
Thank you