Saltar al contenido principal

Búsqueda

Búsqueda

Default value for empty database field

Comentarios

1 comentario

  • 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

Iniciar sesión para dejar un comentario.