Actions
Bug #2845
closedPopulate stemCount.IsPlanted
Start date:
05/16/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2845
Description
This field needs to be populated as a default value. It needs to be populated in the unfolding process normally, but we have no special cases yet, so this can wait and be assigned to all stems with X and Y coordinates.
Updated by Michael Lee over 17 years ago
For now, can be done with unfolding, like so:
UPDATE entry_stems SET entry_stems.isPlanted = IIf([IsIndividualRecord],"Y","N")
WHERE (((entry_stems.isPlanted) Is Null));
(added on cheyenne, and niho)
Actions