Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Here is an example. You just end the = and say nothing else.
urlroot() & "db/" & dbid() & "?act=API_EditRecord&rid=" & [Record ID]
& "&_fid_44="
urlroot() & "db/" & dbid() & "?act=API_EditRecord&rid=" & [Record ID]
& "&_fid_44="
DeanOusterhout
7 years agoQrew Assistant Captain
Thanks Coach.