0
Global Change (yes / no) field
Hi all
There are any way to global change the Field yes / no
Example is now is No change all registers to yes or otherwise.
I Have a lot of registers and manually is annoying.
Thanks
2 replies
-
You can make a button or use the "Update multiple records..." in your table view.
With a button as example :
for i in select Table1 do
i.(yes/no := true)
end
Steven
Content aside
- Status Answered
- 2 yrs agoLast active
- 2Replies
- 81Views
-
2
Following