R
Robert Little
I at one time had a web page where I could go in and from a drop down box
choose from a list of our basketball games to see the stats for that
particular game.
Some how the code got changed. I'm almost positive that it has to do with
the code. I have tried the Northwind example of "How to filter a database
query by using a drop-down list." and it will not work either.
I have to change this line:
fp_sQry="SELECT * FROM individual_games WHERE (Opponent = '::Opponent::')"
to:
fp_sQry="SELECT * FROM individual_games WHERE Opponent = [Opponent]"
when I do this it showes all the records instead of just the one I selected.
Any Ideas? Like I siaid I had it all working at one time.
Thanks,
Rlittle
choose from a list of our basketball games to see the stats for that
particular game.
Some how the code got changed. I'm almost positive that it has to do with
the code. I have tried the Northwind example of "How to filter a database
query by using a drop-down list." and it will not work either.
I have to change this line:
fp_sQry="SELECT * FROM individual_games WHERE (Opponent = '::Opponent::')"
to:
fp_sQry="SELECT * FROM individual_games WHERE Opponent = [Opponent]"
when I do this it showes all the records instead of just the one I selected.
Any Ideas? Like I siaid I had it all working at one time.
Thanks,
Rlittle