Forum Discussion
GauravSharma3
8 years agoQrew Commander
Hi Jorden,
Yes, you can.
Please have a look at the sample formula:
Replace _fid_101 with your field Id and [Checkbox] field with your checkbox field name.
Please let me know if this works for you and need any further help.
Thanks,
Gaurav
Yes, you can.
Please have a look at the sample formula:
URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#] & If([Checkbox]=true, "&_fid_101=0", "&_fid_101=1") & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#])
Replace _fid_101 with your field Id and [Checkbox] field with your checkbox field name.
Please let me know if this works for you and need any further help.
Thanks,
Gaurav
JordanBeatty1
8 years agoQrew Captain
This did the trick, although it does redirect you into the record, I should have been more clear, I am wanting to do this from a table view