跳到主内容

搜索

搜索

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

请先登录再写评论。