Skip to main content

Search

Search

Default value for empty database field

Comments

1 comment

  • 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

Please sign in to leave a comment.