S
sebastico
Hello Coom.
In MS Acces 2003 I have a relational database and I have this sql:
SELECT [TObPClav].ObID, [TObPClav].PalClav
FROM TObPClav.PalClav
WHERE ((([TObPClav].PalClav)="DEVElOP" Or ([TObPClav].PalClav)="RURAL"));
I have a form and I need add a Text box to write the filters (2 or more) as
I do in the criteria field in a query design. If the criteria words are not
in the field, display a message no records found. However, I don't know to
write the code behind the Text Box.
Could you suggest the way to do it?
Thank you very much
In MS Acces 2003 I have a relational database and I have this sql:
SELECT [TObPClav].ObID, [TObPClav].PalClav
FROM TObPClav.PalClav
WHERE ((([TObPClav].PalClav)="DEVElOP" Or ([TObPClav].PalClav)="RURAL"));
I have a form and I need add a Text box to write the filters (2 or more) as
I do in the criteria field in a query design. If the criteria words are not
in the field, display a message no records found. However, I don't know to
write the code behind the Text Box.
Could you suggest the way to do it?
Thank you very much