I've downloaded your software and been able to build the system I want to a point.
I run a web site for a Rugby team and I want to build a player/team database. This I have done BUT the web site I have has pages for each team. I want to therefore only show the respective team details on the associated team page, I don't want to be showing everything.
There is a field call Team, that distinguishes each players team, so I can catagorise/group by that field, but seem unable to find where I can put this in the code.
I also want to do the same with each player. I plan to produce a graphic that displays 15 players (maybe with some subs) and when you hover over the player it brings up the players details (as per the ...._view.asp page) by selecting the players Player_Id number which is also in the database. How could this be done?
Any advice much appreciated
Jeremy