Hello,
how can I bring the following code into a strSQL?
the code is:
Me.txtachternaam = StrConv(LCase(Me.txtachternaam), 3)
the strSQL:
strSQL2 = " SELECT Wachtlijstdeelnemers.ID, Wachtlijstdeelnemers.Personeelsnummer, Wachtlijstdeelnemers.Achternaam "
Is this possible?
Thanks in advance,
Sven.
how can I bring the following code into a strSQL?
the code is:
Me.txtachternaam = StrConv(LCase(Me.txtachternaam), 3)
the strSQL:
strSQL2 = " SELECT Wachtlijstdeelnemers.ID, Wachtlijstdeelnemers.Personeelsnummer, Wachtlijstdeelnemers.Achternaam "
Is this possible?
Thanks in advance,
Sven.