Rimpiazza valori Null con un valore a scelta

Funzione per rimpiazzare valori null con un valore a scelta.



Public Function unNull(Element, replace)
  If IsNull(Element) Then
    unNull = replace
  Else
    unNull = Element
  End If
End Function


tags: vba visual basic macro access sostituisci replace null values valori

I want to drink a coffee :-)


Sponsored Links


Ricerca


Ultimi Contenuti Inseriti

How to add onload property to masterpage from child
HtmlGenericControl body = (HtmlGeneric...

C# ASP.NET
...

Transpose Column to row
create table #temp (timeId int, dim1Id int, dim2I...

SQL Server
...

(X) HTML
Suggerimenti ed esempi riguardanti il linguaggio H...

Sponsor