Forum Discussion
QuickBaseCoachD
Qrew Captain
& "&_fid_123=" & [my true false checkbox field]
It appears that you do not need to "ToText()" it or "URLEncode()" it, just use it just as it is.
When I want to force a value into a checkbox field such as true to false, I always just use a 0 or 1
for example to force to true would be
& "&_fid_123=1"
There may be other ways that work, but that is how i do it.
It appears that you do not need to "ToText()" it or "URLEncode()" it, just use it just as it is.
When I want to force a value into a checkbox field such as true to false, I always just use a 0 or 1
for example to force to true would be
& "&_fid_123=1"
There may be other ways that work, but that is how i do it.
EHEH
7 years agoQrew Cadet
Hi
I'm using the above formula to copy some fields from table to table however the copied fields appear in format mm/dd/yyyy while in the original field they are dd/mm/yyyy, any solusion for this?