I am working as an intern at a place using Access 2003 code builder.
Looking at the cold of the old project t(hat we are redoing), I see
Chr(39)
Chr(91)
Chr(45)
Chr(93)
Chr(42)
An example is this:
strCriteria = (strCriteria & tableColumnName & " LIKE " & Chr(39) &
Chr(42 & )vSearchValue & Chr(42) & Chr(39)
I have no books or resource to use - have no VBA or VB.net installed in
my PC; Can anyone tells me what each of these functions returns?
Looking at the cold of the old project t(hat we are redoing), I see
Chr(39)
Chr(91)
Chr(45)
Chr(93)
Chr(42)
An example is this:
strCriteria = (strCriteria & tableColumnName & " LIKE " & Chr(39) &
Chr(42 & )vSearchValue & Chr(42) & Chr(39)
I have no books or resource to use - have no VBA or VB.net installed in
my PC; Can anyone tells me what each of these functions returns?
Comment