F
Frank Situmorang
Hello,
Anyone can help me what is the maaning of this """ and 9999 in the following
VBA:
strSQL = strSQL & "WHERE (((Left([AddresID], 4)) = """
strSQL = strSQL & Right("000" & Nz(DLookup("Church", _
"Defaults"), "9999"), 4) & """))"
strSQL = strSQL & "ORDER BY AddresID DESC;"
Where can we know the list of all VBA and what is it for.
Thanks in advance,
Frank
Anyone can help me what is the maaning of this """ and 9999 in the following
VBA:
strSQL = strSQL & "WHERE (((Left([AddresID], 4)) = """
strSQL = strSQL & Right("000" & Nz(DLookup("Church", _
"Defaults"), "9999"), 4) & """))"
strSQL = strSQL & "ORDER BY AddresID DESC;"
Where can we know the list of all VBA and what is it for.
Thanks in advance,
Frank