Philipp Matuschka (MMB) 1/29/2016 3:14:16 AM Brett, I had a similar problem when using checkboxes as the record picker for a multi-ref. As a workaround I created a formula-URL column with the formula
URLRoot() & "/edit.aspx?t=" & "320568" & "&back=" & BackURL()
where 320568 is the table Id of the table in which I want to create a new record. Obviously you will need to put your own Table ID in there. I then presented this as a button beside or below the checkboxes (in your case the simple choices dropdown). Not perfect, but better than what you are describing.
|