G
Guest
This is what I have:
select *
from Products
where
productname like ?
When I run that sentence in sql on access 2003 it comes up with nothing.
e.g. The column is ProductName and one of its rows is -->
The sims 69
Now when I type in -->
the
nothing comes up at all. What am I doing wrong?
select *
from Products
where
productname like ?
When I run that sentence in sql on access 2003 it comes up with nothing.
e.g. The column is ProductName and one of its rows is -->
The sims 69
Now when I type in -->
the
nothing comes up at all. What am I doing wrong?