Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
So for the starrt of your formual whic is someting like this
URLRoot()&"DB/"&[_DBID_xxxxx] &"?A=API_EDITRECORD&rid="&[Record ID#]
& "&_fid_22=" & ToText(Now())
& "&_fid_999=" & ToText([Calculated Secret Code]
... is that table being edited open to everyone on the internet? ie is is the same table for API_EditRecord and the table for "?a=er
URLRoot()&"DB/"&[_DBID_xxxxx] &"?A=API_EDITRECORD&rid="&[Record ID#]
& "&_fid_22=" & ToText(Now())
& "&_fid_999=" & ToText([Calculated Secret Code]
... is that table being edited open to everyone on the internet? ie is is the same table for API_EditRecord and the table for "?a=er