GeorgeBramhall2
3 years agoQrew Cadet
URL Button on embedded child report in Parent Form
I have a button on each child record shown on an embedded report in their Parent's form.
I want to be able click the button on each of the child records (a button that auto checks another field in the child record) but never leave the Parent form.
Currently with my button code when clicked the user is taken to the child record. How can I get the user to stay on the parent form after clicking each button?
Here is my URL Button Code:
If(not([I Likey]),URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&_fid_130=1" & "&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()))
------------------------------
George Bramhall
------------------------------
I want to be able click the button on each of the child records (a button that auto checks another field in the child record) but never leave the Parent form.
Currently with my button code when clicked the user is taken to the child record. How can I get the user to stay on the parent form after clicking each button?
Here is my URL Button Code:
If(not([I Likey]),URLRoot() & "db/" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&_fid_130=1" & "&rdr="&URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()))
------------------------------
George Bramhall
------------------------------