Aller au contenu principal

Recherche

Recherche

Default value for empty database field

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.