Have you copied your app? Did the table identifier change?
If you are building a button to display the same record on an alternate form, then it is better to use this syntax
URLRoot() & "db/" & dbid() & "?a=dr&rid=" & [Record ID#] & "&dfid=11"
The dbid() will always return the table that you are now sitting on. Hence it is not good practice to hard code the table ID as if you copy the app, it will fail.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------