Forum Discussion
MarkShnier__You
Qrew Legend
3 years agoThe syntax is this
URLRoot() & "db/" & [_DBID_EXAMPLE] & "?a=er&dfid=xx&rid=" & [Record ID#]
so the parameter is &dfid and you see the Form ID's in the list of forms.
So you might do
var text FormNumber = IF(....., "10", ....""11")
URLRoot() & "db/" & [_DBID_EXAMPLE] & "?a=er&dfid=" & $FormNumber & "&rid=" & [Record ID#]
so you might do this
------------------------------
Mark Shnier (Your Quickbase Coach)
[email protected]
------------------------------