E
Esperanza
Hello Access Expert !!
The following sql string is not working anymore in Access 2002.
The problem is the * that we put at the end of the criteria to fetch the
data.
Any idea ?
Thanks in advance !!
Esperanza
'---------------------------------------------------------------------------
---------------
Me.nomcli.Text = Me.nomcli.Text + "*"
sql = "SELECT [SIGSAC Central].* FROM [SIGSAC Central] WHERE
(((CLI_NOM)= [Forms]![formfinRecherche]![nomcli].Value));"
Me.RecordSource = sql
The following sql string is not working anymore in Access 2002.
The problem is the * that we put at the end of the criteria to fetch the
data.
Any idea ?
Thanks in advance !!
Esperanza
'---------------------------------------------------------------------------
---------------
Me.nomcli.Text = Me.nomcli.Text + "*"
sql = "SELECT [SIGSAC Central].* FROM [SIGSAC Central] WHERE
(((CLI_NOM)= [Forms]![formfinRecherche]![nomcli].Value));"
Me.RecordSource = sql