Hi,
I was wondering if anyone would be able to help me
out with a problem. I have a table named Schedule in
a MS Acess DB. I am trying to find all games that
contain the word "Miami". I will be passing this
parameter through an access form. Below is the
current sql I am using to find the results below. I
am able to find the results below, but I am not able
to find "Miami at ......" Can anyone please give me
some advice. Thanks.
Denver at Miami
Carolina at Miami
Kansas City at Miami
Atlanta at Miami
New England at Miami
Buffalo at Miami
N.Y. Jets at Miami
Tennessee at Miami
SELECT *
FROM Schedule
WHERE (((Schedule.Game) Like "*" & Forms![Find
Game]!StartCombo))
ORDER BY Schedule.Week;
I was wondering if anyone would be able to help me
out with a problem. I have a table named Schedule in
a MS Acess DB. I am trying to find all games that
contain the word "Miami". I will be passing this
parameter through an access form. Below is the
current sql I am using to find the results below. I
am able to find the results below, but I am not able
to find "Miami at ......" Can anyone please give me
some advice. Thanks.
Denver at Miami
Carolina at Miami
Kansas City at Miami
Atlanta at Miami
New England at Miami
Buffalo at Miami
N.Y. Jets at Miami
Tennessee at Miami
SELECT *
FROM Schedule
WHERE (((Schedule.Game) Like "*" & Forms![Find
Game]!StartCombo))
ORDER BY Schedule.Week;