Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Concentrating on this first portion of the formula:
Dbid() & "?a=API_EditRecord&apptoken=d58b2yeetqfh3d7snhfjdjf7sv2&rid=" & [Record ID#] & "&dfid_12&rdr="
You are attempting to use API_EditRecord to edit the record [Record ID#] using form dfid=12 ( I think you have a typo here) but you haven't supplied which field it to be changed or what its value is to be.
Dbid() & "?a=API_EditRecord&apptoken=d58b2yeetqfh3d7snhfjdjf7sv2&rid=" & [Record ID#] & "&dfid_12&rdr="
You are attempting to use API_EditRecord to edit the record [Record ID#] using form dfid=12 ( I think you have a typo here) but you haven't supplied which field it to be changed or what its value is to be.