GeorgeBramhall2
4 years agoQrew Cadet
Error with my URL Formula button
Why am I getting this error with the following code?
------------------------------
George Bramhall
------------------------------
<qdbapi>
<action>API_EditRecord</action>
<errcode>102</errcode>
<errtext>Invalid request - we cannot understand the URL you specified.</errtext>
</qdbapi>
URLRoot() & "db/" &"db/" & Dbid() & "?act=API_EditRecord"& "&rid=" & [Record ID#]
& "&_fid_1021=1"
& "&rdr="
& URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]);
URLRoot() & "db/" &"db/" & Dbid() & "?act=API_EditRecord"& "&rid=" & [Record ID#]
& "&_fid_1021=1"
& "&rdr="
& URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]);
------------------------------
George Bramhall
------------------------------