Forum Discussion
- QuickBaseCoachDQrew CaptainYes,
Please post your code for the Add Child button and we will show you how modify it. - olivermahQrew Assistant CaptainThanks! its the Native quickbase code but here it is from the field:
URLRoot() & "db/" & [_DBID_RATES] & "?a=API_GenAddRecordForm&_fid_6=" & URLEncode ([Record ID#])& "&z=" & Rurl() - QuickBaseCoachDQrew CaptainIf you remove or comment out that last part it will not return to the Parent
If you use//then what follows is a comment and not code.
URLRoot() & "db/" & [_DBID_RATES] & "?a=API_GenAddRecordForm&_fid_6=" & URLEncode ([Record ID#])
//& "&z=" & Rurl() - olivermahQrew Assistant Captainthat's great - thanks so much for your help, as you can tell, I'm not well educated with the coding so I really appreciate the help.