メインコンテンツへスキップ

検索

検索

Default value for empty database field

コメント

1件のコメント

  • Avatar
    Peter Thane

    You could make the field a VB script routine with an If...Then...Else statement. Something like (this is not the right VB code)

    If <Database field> = "" then

    Value = "Hello"

    Else Value = <Database field.Value>

    0

サインインしてコメントを残してください。