跳至主內容

搜尋

搜尋

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

登入寫評論。