D
David8
Hi,
When i test this code in Access and in my FP i've no problem, but in the web
site it says there's no posible to show the values. Why??
SELECT Tabla1.nombre
FROM Tabla1, Tabla2
WHERE Tabla1.nombre like (select "*" & Nombre & "*" from Tabla2)
Thannks,
David8
When i test this code in Access and in my FP i've no problem, but in the web
site it says there's no posible to show the values. Why??
SELECT Tabla1.nombre
FROM Tabla1, Tabla2
WHERE Tabla1.nombre like (select "*" & Nombre & "*" from Tabla2)
Thannks,
David8