Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Try this
URLRoot() & "db/" & [_DBID_OPPORTUNITIES]& "?a=API_GenAddRecordForm"
& "&_fid_10=" & [Account]
& "&_fid_276=" & URLEncode ([Record ID#])
& "&z=" & Rurl()
URLRoot() & "db/" & [_DBID_OPPORTUNITIES]& "?a=API_GenAddRecordForm"
& "&_fid_10=" & [Account]
& "&_fid_276=" & URLEncode ([Record ID#])
& "&z=" & Rurl()
- BenSalisbury8 years agoQrew TraineeThat worked perfectly. Thank you!
- QuickBaseCoachD8 years agoQrew CaptainI like to line up my syntax vertically to help avoid syntax errors. I still often have initial errors, but at least when I go back in to debug them, they are easier to spot.spot.