Actions
Bug #2919
closeddef_populateDefaultValues NEEDS TO IGNORE NULLS
Start date:
08/29/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2919
Description
This function considers nulls, which causes problems, esp here:
If startsWith(!defaultValue, "#") And endsWith(!defaultValue, "#") Then
SOLUTION:
rstDefaults.Open "SELECT * FROM Z_default_withFieldLabel WHERE defaultValue is not null AND
Actions