not tested so if this does not work, you will need to npost back with your formula and the error message.
There is an app in the exchange called formula buttons for dummies which can help you lean how to write simple URL formula buttons.
URLRoot() & "db/" & dbid() & "?act=API_AddRecord" // two slashes means a comment
& "&apptoken=xxxxxxxxxxx" // if you have the need for application tokens enabled, then you need it here.
& "&_fid_6=" & urlencode([field name 1]) // you will need ton populate each field like this.
& "&_fid_7=" & urlencode([field name 2])
& "&_fid_8=" & urlencode([field name 3])
& "&_fid_9=" & urlencode([field name 4])
& "&_fid_10=" & urlencode([field name 5])
& "&_fid_99=" & [Record ID#] // remember to populate the field that will hold the record ID# of the original record.
& "&disprec=1" // this means to display the new record, .. ie to land the user on the new record.
Give it a try and post back if you get stuck.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------