Dear all,
I have a bibliographical database. The result page of the web application (write in vbscript) shows a list of bibliographical references with ponctuations thanks to which I separate titel, authors, ... . there are some references (or records) with empty fields (the subtitel or the publisher for example). When these fields are empty I try to do not show the ponctuation for these bibliographical elements (empty fields). I found the code below but it does not work. Could you please take a look at the here down code and help me to solve this problem please ?
<% If BxlCadreJuridique.Fields.Item("ComplementTitre").Value = "" AND BxlCadreJuridique.Fields.Item("ComplementTitre").Value = NULL Then %>
: <%=(BxlCadreJuridique.Fields.Item("ComplementTitre").Value)%> / <% End If %>
I have a bibliographical database. The result page of the web application (write in vbscript) shows a list of bibliographical references with ponctuations thanks to which I separate titel, authors, ... . there are some references (or records) with empty fields (the subtitel or the publisher for example). When these fields are empty I try to do not show the ponctuation for these bibliographical elements (empty fields). I found the code below but it does not work. Could you please take a look at the here down code and help me to solve this problem please ?
<% If BxlCadreJuridique.Fields.Item("ComplementTitre").Value = "" AND BxlCadreJuridique.Fields.Item("ComplementTitre").Value = NULL Then %>
: <%=(BxlCadreJuridique.Fields.Item("ComplementTitre").Value)%> / <% End If %>